Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Jun 18, 2015
1 parent 7b261ff commit f4c7bf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3.0 / 2015-06-18
==================

* Upgrade to MediumEditor 5.0


0.2.1 / 2015-04-26
==================

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "medium-editor-tables",
"version": "0.2.1",
"homepage": "http://yabwe.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor-tables",
"version": "0.2.1",
"version": "0.3.0",
"author": "Davi Ferreira <hi@daviferreira.com>",
"description": "MediumEditor extension to allow tables.",
"main": "dist/js/medium-editor-tables.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"test:ci": "grunt travis --verbose",
"start": "open ./demo/index.html"
},
"dependencies": {
"peerDependencies": {
"medium-editor": "5.0.0"
}
}

0 comments on commit f4c7bf1

Please sign in to comment.