Skip to content

Commit d21db45

Browse files
committed
bump release and update changelog
1 parent a9f99fe commit d21db45

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.3.4
2+
3+
- Loosen dependency specification [#1748](https://github.com/quilljs/quill/issues/1748)
4+
- Loosen list autofill constraint [#1749](https://github.com/quilljs/quill/issues/1749)
5+
6+
Thanks to [@danfuzz](https://github.com/danfuzz) and [@SoftVision-CarmenFat](https://github.com/SoftVision-CarmenFat) for contributions to this release!
7+
8+
19
# 1.3.3
210

311
- Fix `getFormat` with no parameters while editor is not focused [#1548](https://github.com/quilljs/quill/issues/1548)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
- jekyll-sitemap
1010
- jekyll-redirect-from
1111
- jekyll-feed
12-
version: 1.3.3
12+
version: 1.3.4
1313
cdn: //cdn.quilljs.com/
1414
github: https://github.com/quilljs/quill/tree/develop/docs
1515
quill: quill.min.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quill",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Your powerful, rich text editor",
55
"author": "Jason Chen <[email protected]>",
66
"homepage": "http://quilljs.com",

0 commit comments

Comments
 (0)