From 8e0e34d5ec43e424aedd6b47f2c3bc39e2def1aa Mon Sep 17 00:00:00 2001 From: Steve King Date: Sat, 17 Dec 2016 00:38:19 +1100 Subject: [PATCH] Pushing 2.0.1 release. --- CHANGES | 11 +++++++++++ js/bootstrap-wysiwyg.min.js | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 84c691e..2a9c4d5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2.0.1 +* Added main attribute for WebPack support + +2.0-dev +* Changed library to be OOP +* Add tests +* Cleaned up the codebase +* Added new examples +* Cleaned up old examples +* Kill hotkey issues with empty commands + * Add change event callback 1.0.4 - Bug fixes diff --git a/js/bootstrap-wysiwyg.min.js b/js/bootstrap-wysiwyg.min.js index 2e9ba0c..6211a3e 100644 --- a/js/bootstrap-wysiwyg.min.js +++ b/js/bootstrap-wysiwyg.min.js @@ -3,7 +3,7 @@ * * Name = bootstrap-wysiwyg * Author = Various, see LICENCE - * Version = v1.0.4 + * Version = v2.0.1 * About = A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand. */ diff --git a/package.json b/package.json index c7a49b5..50d2e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-wysiwyg", - "version": "1.0.4", + "version": "2.0.1", "description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.", "contributors": [ {