Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Mar 7, 2017
1 parent a91b257 commit 53e705b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<a name="0.6.5"></a>
## 0.6.5 (2017-03-07)

* fix(href-sanitization): Improve protocol detection for href sanitization (#53) ([a91b257](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/a91b257))



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

* 0.6.4 ([cac185a](https://github.com/bustlelabs/mobiledoc-dom-renderer/commit/cac185a))
* 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))
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",
"version": "0.6.5",
"description": "Renders Mobiledoc input to DOM output",
"scripts": {
"start": "broccoli serve",
Expand Down

0 comments on commit 53e705b

Please sign in to comment.