diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6c5cb..3c138ed 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.6.0](https://github.com/FEMessage/v-editor/compare/v2.5.0...v2.6.0) (2020-04-26) + + +### Features + +* 上传附件时显示占位文字 ([#91](https://github.com/FEMessage/v-editor/issues/91)) ([34c62f3](https://github.com/FEMessage/v-editor/commit/34c62f3)) + + + ## [2.5.0](https://github.com/FEMessage/v-editor/compare/v2.4.0...v2.5.0) (2020-04-08) diff --git a/package.json b/package.json index 83bc395..0e412a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-editor", - "version": "2.5.0", + "version": "2.6.0", "description": "upload img and write rich text easily", "author": "https://github.com/FEMessage", "license": "MIT",