Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Apr 22, 2015
1 parent f946ae7 commit 889a9bd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.6.0 / 2015-04-22
==================
* Add 'beta' version of fontSize button/form
* Add option for enabling/disabling spellcheck
* Add titles to toolbar buttons for tooltips
* Use actual anchor tag in anchor preview
* Fix anchor preview issue with tags nested inside anchors

* Speed up travis builds
* Convert paste handler into overrideable extension


4.5.2 / 2015-04-14
==================
* Fix blur event detection when clicking on elements that don't clear focus
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.5.2",
"version": "4.6.0",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/medium-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4438,7 +4438,7 @@ MediumEditor.version = (function(major, minor, revision) {
};
}).apply(this, ({
// grunt-bump looks for this:
"version": "4.5.2"
"version": "4.6.0"
}).version.split("."));

return MediumEditor;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/medium-editor.min.js

Large diffs are not rendered by default.

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.5.2",
"version": "4.6.0",
"author": "Davi Ferreira <hi@daviferreira.com>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
};
}).apply(this, ({
// grunt-bump looks for this:
"version": "4.5.2"
"version": "4.6.0"
}).version.split("."));

0 comments on commit 889a9bd

Please sign in to comment.