Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Mar 6, 2017
1 parent c7cc41b commit cac185a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<a name="0.6.4-1"></a>
## 0.6.4-1 (2017-03-06)

* chore(markupSanitizer): Remove markupSanitizer in favor of markupElementRenderer (#51) ([8f359af](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/8f359af))



<a name="0.6.4-0"></a>
## 0.6.4-0 (2017-03-06)
<a name="0.6.4"></a>
## 0.6.4 (2017-03-06)

* 0.6.4-0 ([d564abb](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/d564abb))
* 0.6.4-1 ([c7cc41b](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/c7cc41b))
* chore(markupSanitizer): Remove markupSanitizer in favor of markupElementRenderer (#51) ([8f359af](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/8f359af))
* fix(href-sanitization): Accept markupSanitizer option, downcase tagName and attributeName (#50) ([aa1aedc](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/aa1aedc)), closes [#49](https://github.com/bustlelabs/mobiledoc-dom-renderer/issues/49) [#48](https://github.com/bustlelabs/mobiledoc-dom-renderer/issues/48)


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.4-1",
"version": "0.6.4",
"description": "Renders Mobiledoc input to DOM output",
"scripts": {
"start": "broccoli serve",
Expand Down

0 comments on commit cac185a

Please sign in to comment.