From 0148738cb22d52808f35873adb620ca56b1ae061 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Sun, 8 Sep 2019 22:08:27 -0700 Subject: [PATCH] update version, changelog, docs --- CHANGELOG.md | 10 ++++++++++ docs/_config.yml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ae3f30d2..baf01b2f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.3.7 + +Security related bug fixes. + +- https://app.snyk.io/vuln/npm:extend:20180424 +- https://www.npmjs.com/advisories/1039 + +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. + + # 1.3.6 - Make picker accessible [#1999](https://github.com/quilljs/quill/pull/1999) diff --git a/docs/_config.yml b/docs/_config.yml index 6d4df0cfac..1cf50ee206 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ plugins: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.3.6 +version: 1.3.7 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 165347f473..d808383649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.3.6", + "version": "1.3.7", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",