From d7ac1c015a387839525a91bdd157433e69fcd844 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Feb 2020 05:20:04 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.9.0](https://github.com/Leecason/element-tiptap/compare/@1.8.0...@1.9.0) (2020-02-25) ### Bug Fixes * 🐛 ALIGN_PATTERN ([10aeaf6](https://github.com/Leecason/element-tiptap/commit/10aeaf6263408fd6c504e4c40accf5336a3b1ee5)) * 🐛 correct isListNode parameters types ([462475b](https://github.com/Leecason/element-tiptap/commit/462475b581fa0631e2c74fef9bb384ab38a6f95d)) * 🐛 register component ([8f9880a](https://github.com/Leecason/element-tiptap/commit/8f9880a43aedd88adc9dbf16005c0d2cac47342f)) * 🐛 transformLineHeightToCSS parameter types ([a49125c](https://github.com/Leecason/element-tiptap/commit/a49125c6a97a3b47035fb925461065dd2508631c)) * 🐛 zh lang add_column_after typo ([19d9e10](https://github.com/Leecason/element-tiptap/commit/19d9e106e3d9a389d5ebce4489ff4d43667bb482)) * 💄 blockquote margin ([c495a93](https://github.com/Leecason/element-tiptap/commit/c495a93cf72a74c134013857280a251964215203)) * 💄 line_height dropdown active item style ([0daaa38](https://github.com/Leecason/element-tiptap/commit/0daaa38e9b4c5c7e154dcc2d4de69cc15526c910)) * 📝 ProsemirrorNode typo ([524fdaf](https://github.com/Leecason/element-tiptap/commit/524fdaf866cd7c09703959815711a69a12a92a00)) ### Features * ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](https://github.com/Leecason/element-tiptap/commit/f08165a2dda9b1d2fe7d485d0be2101a7619c732)) * ✨ add types folder for npm package ([dbc433d](https://github.com/Leecason/element-tiptap/commit/dbc433d183f19071a94bb1fb8a3ab77204cb69be)) * ✨ vue add typescript ([bf3395a](https://github.com/Leecason/element-tiptap/commit/bf3395a6273047cf1753af9bcf9fa2b8330417d9)) --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08eafdc1..f82d219d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.9.0](https://github.com/Leecason/element-tiptap/compare/@1.8.0...@1.9.0) (2020-02-25) + + +### Bug Fixes + +* 🐛 ALIGN_PATTERN ([10aeaf6](https://github.com/Leecason/element-tiptap/commit/10aeaf6263408fd6c504e4c40accf5336a3b1ee5)) +* 🐛 correct isListNode parameters types ([462475b](https://github.com/Leecason/element-tiptap/commit/462475b581fa0631e2c74fef9bb384ab38a6f95d)) +* 🐛 register component ([8f9880a](https://github.com/Leecason/element-tiptap/commit/8f9880a43aedd88adc9dbf16005c0d2cac47342f)) +* 🐛 transformLineHeightToCSS parameter types ([a49125c](https://github.com/Leecason/element-tiptap/commit/a49125c6a97a3b47035fb925461065dd2508631c)) +* 🐛 zh lang add_column_after typo ([19d9e10](https://github.com/Leecason/element-tiptap/commit/19d9e106e3d9a389d5ebce4489ff4d43667bb482)) +* 💄 blockquote margin ([c495a93](https://github.com/Leecason/element-tiptap/commit/c495a93cf72a74c134013857280a251964215203)) +* 💄 line_height dropdown active item style ([0daaa38](https://github.com/Leecason/element-tiptap/commit/0daaa38e9b4c5c7e154dcc2d4de69cc15526c910)) +* 📝 ProsemirrorNode typo ([524fdaf](https://github.com/Leecason/element-tiptap/commit/524fdaf866cd7c09703959815711a69a12a92a00)) + + +### Features + +* ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](https://github.com/Leecason/element-tiptap/commit/f08165a2dda9b1d2fe7d485d0be2101a7619c732)) +* ✨ add types folder for npm package ([dbc433d](https://github.com/Leecason/element-tiptap/commit/dbc433d183f19071a94bb1fb8a3ab77204cb69be)) +* ✨ vue add typescript ([bf3395a](https://github.com/Leecason/element-tiptap/commit/bf3395a6273047cf1753af9bcf9fa2b8330417d9)) + # [1.9.0-beta.2](https://github.com/Leecason/element-tiptap/compare/@1.9.0-beta.1...@1.9.0-beta.2) (2020-02-24) diff --git a/package.json b/package.json index 672e8286..beb4ff39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.9.0-beta.2", + "version": "1.9.0", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {