Skip to content

Commit

Permalink
Merge pull request #52 from shgysk8zer0/bug/parse-html
Browse files Browse the repository at this point in the history
Update `@aegisjsprject/sanitizer` to use `aegis-sanitizer#html` in `parseHTML`
  • Loading branch information
shgysk8zer0 committed Mar 27, 2024
2 parents 5a4163c + bc7c948 commit db29311
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.5] - 2024-03-27

### Fixed
- Update `@aegisjsprject/sanitizer` to use `aegis-sanitizer#html` in `parseHTML`

## [v0.3.4] - 2024-03-27

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/polyfills",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"type": "module",
"description": "A collection of JavaScript polyfills",
Expand Down Expand Up @@ -77,6 +77,6 @@
"http-server": "^14.1.1"
},
"dependencies": {
"@aegisjsproject/sanitizer": "^0.0.3"
"@aegisjsproject/sanitizer": "^0.0.4"
}
}

0 comments on commit db29311

Please sign in to comment.