diff --git a/CHANGES.md b/CHANGES.md index a3ab1518c..38af5a3c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +1.3.5 / 2013-11-27 +================== + +* Fixes problem with text selection ending outside the container div +* Implements serialize method +* Adds a targetBlank option +* Fixes Firefox box-sizing declarations + + 1.3.1 / 2013-11-19 ================== diff --git a/bower.json b/bower.json index 7c3ff2f1f..ed57065a7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.3.1", + "version": "1.3.5", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index f867d9861..d189e2222 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.3.1", + "version": "1.3.5", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js", "repository": {