diff --git a/CHANGES.md b/CHANGES.md index ebc7ddcad..5bcd21d7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,14 @@ +2.1.3 / 2015-01-31 +================== +* Fix issue with multiple elements with the same class + on the same editor instance + + 2.1.2 / 2015-01-30 ================== * Specify default npm registry (`http://registry.npmjs.org`) + 2.1.1 / 2015-01-30 ================== * Adds support for newlines in placeholder attribute @@ -10,6 +17,7 @@ * Fixes bug where `nodeValue` could unexpectedly be null * A couple of fixes to make tests a bit more reliable when run in the browser + 2.1.0 / 2015-01-27 ================== diff --git a/bower.json b/bower.json index 7e1068f0e..426f5dc79 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "2.1.2", + "version": "2.1.3", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 8e5b4d7c4..4b5d55ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "2.1.2", + "version": "2.1.3", "author": "Davi Ferreira ", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js",