diff --git a/CHANGES.md b/CHANGES.md index b49faf145..9b3d2fe69 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +1.1.2 / 2013-10-06 +================== + +* Changes the editor to use the formatBlock command to handle block elements +* Fixes placeholder for empty elements + + +1.1.1 / 2013-10-04 +================== + +* Normalizes styles and scripts +* Improves bower manifest + + 1.1.0 / 2013-10-03 ================== diff --git a/bower.json b/bower.json index c9a8bc2d4..f91598e79 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.1.1", + "version": "1.1.2", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 4cb1f5875..b4884bc3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.1.1", + "version": "1.1.2", "repository": "https://github.com/daviferreira/medium-editor", "devDependencies": { "grunt": "~0.4.1",