From 62454a332b9cfebd60088717b94924d29123b836 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 7 Sep 2016 15:20:49 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208bd9b160..a8df969bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.0.3 + +- Fix [#928](https://github.com/quilljs/quill/issues/928) + +Thank you [@scottmessinger] for the bug report. + + # 1.0.2 - Fix building quill.core.js [docs #11](https://github.com/quilljs/quilljs.github.io/issues/11) diff --git a/package.json b/package.json index 2921e11621..fe0e8ab30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quill", - "version": "1.0.2", + "version": "1.0.3", "description": "Cross browser rich text editor", "author": "Jason Chen ", "homepage": "http://quilljs.com",