Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranzl committed May 3, 2020
1 parent a301986 commit aa8ce62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

WIP
## [4.0.1] - 2020-05-03

### Fixed

- Joining of same-tag siblings (would drop a whitespace when joining more than 2 nodes)

### Changed

- Ran `npm audit fix`


## [4.0.0] - 2020-04-21

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitize-dom",
"version": "4.0.0",
"version": "4.0.1",
"description": "Recursive sanitizer/filter for WHATWG DOMs",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit aa8ce62

Please sign in to comment.