From 305f4f64dde465fab40dff9eb9bf89114a6d8de0 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 4 Sep 2020 09:41:07 +0000 Subject: [PATCH] [skip ci] chore(release): v2.10.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7201a56..231865a 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.10.1](https://github.com/FEMessage/v-editor/compare/v2.10.0...v2.10.1) (2020-09-04) + + +### Bug Fixes + +* 修复 \n 换行符未换行问题 ([#125](https://github.com/FEMessage/v-editor/issues/125)) ([6b96ac9](https://github.com/FEMessage/v-editor/commit/6b96ac9)) + + + ## [2.10.0](https://github.com/FEMessage/v-editor/compare/v2.9.1...v2.10.0) (2020-09-02) diff --git a/package.json b/package.json index 4b716fd..c20548d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-editor", - "version": "2.10.0", + "version": "2.10.1", "description": "upload img and write rich text easily", "author": "https://github.com/FEMessage", "license": "MIT",