Skip to content

Commit 5ddbf4c

Browse files
committed
v0.5.1
1 parent 00876d4 commit 5ddbf4c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
<a name="0.5.1"></a>
2+
## 0.5.1 (2016-05-12)
3+
4+
* [bugfix] Pass dom, isInEditor args to atoms ([6c98424](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/6c98424))
5+
* [docs] minor change to release process in readme ([b637a47](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/b637a47))
6+
7+
8+
19
<a name="0.5.0"></a>
210
# 0.5.0 (2016-04-14)
311

412
* Remove card wrappers ([c9632fa](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/c9632fa))
513
* Update changelog ([1505a05](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/1505a05))
614
* update conventional-changelog dep and change release steps in readme ([6fd519c](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/6fd519c))
715
* Update mobiledoc version example to 0.3.0 ([22f2de3](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/22f2de3))
16+
* v0.5.0 ([e878ad5](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/e878ad5))
817

918

1019

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobiledoc-dom-renderer",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Renders Mobiledoc input to DOM output",
55
"scripts": {
66
"test": "testem ci",

0 commit comments

Comments
 (0)