Skip to content

Commit a5b2d54

Browse files
committed
0.5.6
1 parent 675701f commit a5b2d54

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
<a name="0.5.6"></a>
2+
## 0.5.6 (2016-09-13)
3+
4+
* tests(beta): remove beta from allowed failures (#111) ([675701f](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/675701f))
5+
* chore(npm): upgrade to mobiledoc-kit ^0.10.10 (#109) ([5394ee7](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/5394ee7))
6+
* feat(test-helpers): Add `insertText` and `run` ember-mobiledoc-kit editor helpers (#107) ([84f311e](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/84f311e)), closes [#100](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/100)
7+
* test(atoms): test that atoms do not rerender when section changes (#105) ([2a3e9a0](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/2a3e9a0)), closes [#90](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/90)
8+
* test(beta): Fix beta tests, update to wormhole ^0.4.1 (#108) ([d24182b](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/d24182b)), closes [#108](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/108) [#99](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/99)
9+
10+
11+
112
<a name="0.5.5"></a>
213
## 0.5.5 (2016-08-31)
314

15+
* 0.5.5 ([201f04b](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/201f04b))
416
* chore(dependencies): bump mobiledoc-kit to ^0.10.9 (#103) ([5c4dce6](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/5c4dce6))
517
* test(add-card): Test that adding a card to a blank post is allowed (#104) ([7cf04f7](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/7cf04f7)), closes [#86](https://github.com/bustlelabs/ember-mobiledoc-editor/issues/86)
618
* docs(changelog): update changelog ([52b3d52](https://github.com/bustlelabs/ember-mobiledoc-editor/commit/52b3d52))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-editor",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "A Mobiledoc editor for Ember.js apps",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)