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": [ {