From 3bc986644efdfe12ebad316e69f95876acf0e75d Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Mon, 5 Jun 2017 10:20:19 -0700 Subject: [PATCH] bump version update changelog --- 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 5b44271703..280e5752cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.2.6 + +- Disable Grammarly by default [#574](https://github.com/quilljs/quill/issues/574) +- Fix RTL list spacing [#1485](https://github.com/quilljs/quill/pull/1485) +- Add support for mobile Youtube links [#1489](https://github.com/quilljs/quill/pull/1489) + +Thank you [@amitm02](https://github.com/amitm02), [@benbro](https://github.com/benbro) +[@nickbaum](https://github.com/nickbaum), [@stalniy](https://github.com/stalniy) and [@ygrishajev](https://github.com/ygrishajev) for your contributions to this release. + + # 1.2.5 - Fix cursor shifting to be exclusive of user cursor [#1367](https://github.com/quilljs/quill/issues/1367) diff --git a/docs/_config.yml b/docs/_config.yml index eb6da733a3..66446d21b1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,7 +9,7 @@ gems: - jekyll-sitemap - jekyll-redirect-from - jekyll-feed -version: 1.2.5 +version: 1.2.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 b5b3f6928f..393c586b28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.2.5", + "version": "1.2.6", "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",