Skip to content

Commit ff18600

Browse files
committed
release 2.12.0
1 parent eb932f8 commit ff18600

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## 2.12.0 (2024-02-21)
44

55
- Introduced the `allowedEmptyAttributes` option, enabling explicit specification of empty string values for select attributes, with the default attribute set to `alt`.
66

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanitize-html",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
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",
@@ -41,4 +41,4 @@
4141
"mocha": "^10.2.0",
4242
"sinon": "^9.0.2"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)