From c19892a27a8097ba27b149ea22d375aa1f411322 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 31 Aug 2016 11:19:04 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5f46e130..9c2c09f3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.0-rc.4 + +Fix one important bug https://github.com/quilljs/quill/commit/fdd920250c05403ed9e5d6d86826a00167ba0b09 + + # 1.0.0-rc.3 A few bug fixes, one with with possibly significant implications. See the [issue #889](https://github.com/quilljs/quill/issues/889) and [commit fix](https://github.com/quilljs/quill/commit/be24c62a6234818548658fcb5e1935a0c07b4eb7) for more details. diff --git a/package.json b/package.json index e96ddd154a..25cf577db3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "Cross browser rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",