From 8f4b9a60ef7bac630d088d77eea523ffcaeedc81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2019 13:40:13 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.1](https://github.com/Leecason/element-tiptap/compare/@1.0.0...@1.0.1) (2019-12-22) ### Bug Fixes * 🔧 package.json config ([bcfe269](https://github.com/Leecason/element-tiptap/commit/bcfe26973fc9c795006af2fe2419bd6c32ad348c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a135e0c5..0121dc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Leecason/element-tiptap/compare/@1.0.0...@1.0.1) (2019-12-22) + + +### Bug Fixes + +* 🔧 package.json config ([bcfe269](https://github.com/Leecason/element-tiptap/commit/bcfe26973fc9c795006af2fe2419bd6c32ad348c)) + # 1.0.0 (2019-12-20) diff --git a/package.json b/package.json index a4c2da27..737bb9c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.0.0", + "version": "1.0.1", "main": "src/index.js", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.",