diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeffff..b50645a 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.2](https://github.com/FEMessage/v-editor/compare/v2.8.1...v2.8.2) (2020-06-12) + + +### Bug Fixes + +* **plugin-remove-format:** 清除格式使用中文 ([#101](https://github.com/FEMessage/v-editor/issues/101)) ([4a5bbf3](https://github.com/FEMessage/v-editor/commit/4a5bbf3)) + + + ### [2.8.1](https://github.com/FEMessage/v-editor/compare/v2.8.0...v2.8.1) (2020-06-03) diff --git a/package.json b/package.json index ccd8566..8b95822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-editor", - "version": "2.8.1", + "version": "2.8.2", "description": "upload img and write rich text easily", "author": "https://github.com/FEMessage", "license": "MIT",