Skip to content

Commit 0573fb6

Browse files
authored
bump version to 2.7.2 (#572)
1 parent 20f51b3 commit 0573fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## 2.7.2 (2022-09-15)
44

55
- Closing tags must agree with opening tags. This fixes [issue #549](https://github.com/apostrophecms/sanitize-html/issues/549), in which closing tags not associated with any permitted opening tag could be passed through. No known exploit exists, but it's better not to permit this. Thanks to
66
[Kedar Chandrayan](https://github.com/kedarchandrayan) for the report and the fix.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanitize-html",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis",
55
"sideEffects": false,
66
"main": "index.js",

0 commit comments

Comments
 (0)