Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Feb 16, 2017
1 parent f9882db commit 0f8d5a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<a name="0.6.1"></a>
## 0.6.1 (2017-02-16)

* use forked glimmer-build without babel helpers (#45) ([f9882db](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/f9882db))
* use typeof check (#42) ([2170c2b](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/2170c2b)), closes [#41](https://github.com/bustlelabs/mobiledoc-dom-renderer/issues/41)



<a name="0.6.0"></a>
# 0.6.0 (2017-02-14)

* 0.6.0 ([89a33b1](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/89a33b1))
* Added tests for #reduceAndSanitizeAttributes ([1efce8e](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/1efce8e))
* Cleanup for sanitization ([c81f512](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/c81f512))
* Cover edge case. ([eb1a0d6](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/eb1a0d6))
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": "mobiledoc-dom-renderer",
"version": "0.6.0",
"version": "0.6.1",
"description": "Renders Mobiledoc input to DOM output",
"scripts": {
"test": "testem ci",
Expand Down

0 comments on commit 0f8d5a6

Please sign in to comment.