diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c3b7341b..db7d06b3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.3.1 + +- Fix placeholder when emptying text [#1594](https://github.com/quilljs/quill/issues/1594) +- Fix inserting newline after header [#1616](https://github.com/quilljs/quill/issues/1616) + +Thank you [@Natim](https://github.com/Natim) and [@stephenLYao](https://github.com/stephenLYao) for your contributions to this release. + + # 1.3.0 Add `matchVisual` [configuration](https://quilljs.com/docs/modules/clipboard/#configuration) to Clipboard. diff --git a/docs/_config.yml b/docs/_config.yml index af3bad6673..a860370972 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.3.0 +version: 1.3.1 cdn: //cdn.quilljs.com/ github: https://github.com/quilljs/quill/tree/develop/docs quill: quill.min.js diff --git a/package.json b/package.json index 02db69dcc3..abafe38515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.3.0", + "version": "1.3.1", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",