From 96e38e92637b75b907579d0cc1b201920aebe38c Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Sun, 11 Mar 2018 23:38:05 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 8 ++++++++ docs/_config.yml | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f69f3543..31ae3f30d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.3.6 + +- Make picker accessible [#1999](https://github.com/quilljs/quill/pull/1999) +- Fix Japanese composition in Chrome 65 [#2009](https://github.com/quilljs/quill/issues/2009) + +Thanks to [@berylw](https://github.com/berylw) and [@erinsinger93](https://github.com/erinsinger93) for contributions to this release! + + # 1.3.5 - Fix indent preservation of a checked checklist item [#1818](https://github.com/quilljs/quill/issues/1818) diff --git a/docs/_config.yml b/docs/_config.yml index 86b47887b4..6d4df0cfac 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ plugins: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.3.5 +version: 1.3.6 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 6c56784851..62c9970a37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.3.5", + "version": "1.3.6", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",