Skip to content

Commit

Permalink
v0.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Mar 17, 2016
1 parent adc80a7 commit b8fcb1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.4.0-beta.1"></a>
# 0.4.0-beta.1 (2016-03-17)


* Merge pull request #63 from bustlelabs/upgrade-mobiledoc-kit ([adc80a7](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/adc80a7))
* upgrade mobiledoc-kit to 0.9.0-beta.1 ([cb6d0b9](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/cb6d0b9))



<a name="0.3.8"></a>
## 0.3.8 (2016-03-17)

Expand All @@ -8,6 +17,7 @@
* Merge pull request #58 from ef4/cursor-action ([97861ef](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/97861ef))
* Merge pull request #60 from t4t5/patch-1 ([f24e5d3](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/f24e5d3))
* Merge pull request #61 from bustlelabs/test-editor-hooks ([2004748](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/2004748))
* v0.3.8 ([9236303](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/9236303))



Expand Down
2 changes: 1 addition & 1 deletion addon/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import MOBILEDOC_KIT_VERSION from 'mobiledoc-kit/version';
const EDITOR_VERSION = '0.3.8';
const EDITOR_VERSION = '0.4.0-beta.1';
const VERSION = {
EDITOR_VERSION,
MOBILEDOC_KIT_VERSION
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": "ember-mobiledoc-editor",
"version": "0.3.8",
"version": "0.4.0-beta.1",
"description": "A Mobiledoc editor for Ember.js apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit b8fcb1a

Please sign in to comment.