From e3df5edabc7e91011842238e33eabd64d49b8bcf Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 3 Jun 2020 02:57:17 +0000 Subject: [PATCH] [skip ci] chore(release): v2.8.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33df272..0aeffff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.8.1](https://github.com/FEMessage/v-editor/compare/v2.8.0...v2.8.1) (2020-06-03) + + +### Bug Fixes + +* todoList 失效 ([#98](https://github.com/FEMessage/v-editor/issues/98)) ([dbe4290](https://github.com/FEMessage/v-editor/commit/dbe4290)) + + + ## [2.8.0](https://github.com/FEMessage/v-editor/compare/v2.7.1...v2.8.0) (2020-05-19) diff --git a/package.json b/package.json index 34d334f..ccd8566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-editor", - "version": "2.8.0", + "version": "2.8.1", "description": "upload img and write rich text easily", "author": "https://github.com/FEMessage", "license": "MIT",