Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Mar 29, 2015
1 parent d0f87bd commit de13bc0
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,3 +1,11 @@
4.1.0 / 2015-03-29
==================
* Expose Util and Selection methods externally via MediumEditor.util and MediumEditor.selection
* Expose MediumEditor.version for version info
* Add support for custom cleaning of attributes and tags for .pasteHTML
* Move from jslint to jshint


4.0.3 / 2015-03-27
==================
* Introduce 'removeFormat' button, for removing formatting from selection
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": "4.0.3",
"version": "4.1.0",
"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": "4.0.3",
"version": "4.1.0",
"author": "Davi Ferreira <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit de13bc0

Please sign in to comment.