Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Jan 31, 2015
1 parent 2935091 commit bea6560
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor",
"version": "2.1.2",
"version": "2.1.3",
"author": "Davi Ferreira <[email protected]>",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
Expand Down

0 comments on commit bea6560

Please sign in to comment.