Skip to content

Commit

Permalink
1.18.4: removed incorrect browser key
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Boutell committed Aug 2, 2018
1 parent e290185 commit 801c25c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ The content still gets escaped properly, with the exception of the `script` and
## Changelog
1.18.4:
* Removed incorrect `browser` key, restoring frontend build. Thanks to Felix Becker.
1.18.3:
* `iframe` is an allowed tag by default, to better facilitate typical use cases and the use of the `allowedIframeHostnames` option.
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": "sanitize-html",
"version": "1.18.3",
"version": "1.18.4",
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 801c25c

Please sign in to comment.