diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4487a378..5365e19cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.3.4 + +- Loosen dependency specification [#1748](https://github.com/quilljs/quill/issues/1748) +- Loosen list autofill constraint [#1749](https://github.com/quilljs/quill/issues/1749) + +Thanks to [@danfuzz](https://github.com/danfuzz) and [@SoftVision-CarmenFat](https://github.com/SoftVision-CarmenFat) for contributions to this release! + + # 1.3.3 - Fix `getFormat` with no parameters while editor is not focused [#1548](https://github.com/quilljs/quill/issues/1548) diff --git a/docs/_config.yml b/docs/_config.yml index 3a057b90b2..1b6bcd3d37 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ plugins: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.3.3 +version: 1.3.4 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 3249b48840..76674c0878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.3.3", + "version": "1.3.4", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",