Skip to content

Commit 0148738

Browse files
committed
update version, changelog, docs
1 parent 544a1f4 commit 0148738

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.3.7
2+
3+
Security related bug fixes.
4+
5+
- https://app.snyk.io/vuln/npm:extend:20180424
6+
- https://www.npmjs.com/advisories/1039
7+
8+
Thank you [@danfuzz](https://github.com/danfuzz), [@danielw93](https://github.com/danielw93), [@jonathanlloyd](https://github.com/jonathanlloyd), and [@k-sai-kiranmayee](https://github.com/k-sai-kiranmayee) for your contributions to this release.
9+
10+
111
# 1.3.6
212

313
- Make picker accessible [#1999](https://github.com/quilljs/quill/pull/1999)

docs/_config.yml

+1-1
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.6
12+
version: 1.3.7
1313
cdn: //cdn.quilljs.com/
1414
github: https://github.com/quilljs/quill/tree/develop/docs
1515
quill: quill.min.js

package.json

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

0 commit comments

Comments
 (0)