diff --git a/CHANGELOG.md b/CHANGELOG.md index 416ddfd5..7b81629d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/Leecason/element-tiptap/compare/@1.7.1...@1.7.2) (2020-02-08) + + +### Bug Fixes + +* **i18n:** 🌐 capitalize Heading paragraph button ([0dc3000](https://github.com/Leecason/element-tiptap/commit/0dc300057e1655bec475b10498ea066ab64ea466)) + ## [1.7.1](https://github.com/Leecason/element-tiptap/compare/@1.7.0...@1.7.1) (2020-01-31) diff --git a/package.json b/package.json index 655b6ebf..6112abfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {