From cfb4e399093d1731020eb6fa5d6e3a018506e591 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Thu, 29 Sep 2016 16:54:06 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 7 ++++++- docs/_config.yml | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb911c520..e590381dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.5 +# 1.0.6 Documentation clarifications and bug fixes. @@ -10,6 +10,11 @@ Documentation clarifications and bug fixes. Thanks to [@dropfen](https://github.com/dropfen), [@evansolomon](https://github.com/evansolomon), [@hallaathrad](https://github.com/hallaathrad), [@janyksteenbeek](https://github.com/janyksteenbeek), [@jackmu95](https://github.com/jackmu95), [@marktron](https://github.com/marktron), [@mcat-ee](https://github.com/mcat-ee), [@unhammer](https://github.com/unhammer), and [@zeke](https://github.com/zeke) for contributions to this release! +# 1.0.5 + +Became 1.0.6 with a build/deploy fix. + + # 1.0.4 - Fix bubble theme defaults [#963](https://github.com/quilljs/quill/issues/963) diff --git a/docs/_config.yml b/docs/_config.yml index b13f55f602..790c760c63 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.0.5 +version: 1.0.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 6f4d3e404c..c8395bd5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.0.5", + "version": "1.0.6", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",