From 33ab38f3bc6312326ae5fb11de201929ce9c536c Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 3 Aug 2016 14:01:45 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16bbf18f6..9368f95404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.0.0-beta.11 + +Fixed some regressive bugs from previous release. + +### Bug Fixes + +- Fix activating more than one format before typing [#841](https://github.com/quilljs/quill/issues/841) +- Run default matchers before before user defined ones [#843](https://github.com/quilljs/quill/issues/843) +- Fix merging theme configurations [#844](https://github.com/quilljs/quill/issues/844), [#845](845) + +Thanks [benbro](https://github.com/benbro), [jackmu95](https://github.com/jackmu95), and [george-norris-salesforce](https://github.com/george-norris-salesforce) for the bug reports. + + # 1.0.0-beta.10 Lots of bug fixes and performance improvements. diff --git a/package.json b/package.json index 50fe6bfd28..e5060a1e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Cross browser rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",