From 685196895cdd0eadb7cb10fa3dfa700057cba510 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 19 May 2020 09:27:01 +0000 Subject: [PATCH] [skip ci] chore(release): v2.8.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777d82d..33df272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0](https://github.com/FEMessage/v-editor/compare/v2.7.1...v2.8.0) (2020-05-19) + + +### Features + +* 添加 placeholder ([#96](https://github.com/FEMessage/v-editor/issues/96)) ([5b2fad2](https://github.com/FEMessage/v-editor/commit/5b2fad2)) +* 自动转换 markdown 文本 ([#95](https://github.com/FEMessage/v-editor/issues/95)) ([00fc1ce](https://github.com/FEMessage/v-editor/commit/00fc1ce)) + + + ### [2.7.1](https://github.com/FEMessage/v-editor/compare/v2.7.0...v2.7.1) (2020-05-15) diff --git a/package.json b/package.json index cdb5567..34d334f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-editor", - "version": "2.7.1", + "version": "2.8.0", "description": "upload img and write rich text easily", "author": "https://github.com/FEMessage", "license": "MIT",