Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit c4491ea

Browse files
authored
Merge pull request #625 from apostrophecms/2.11.0
release 2.11.0
2 parents 6c0e5fe + 7bd3e3f commit c4491ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.11.0 (2023-06-21)
44

55
- Fix to allow `false` in `allowedClasses` attributes. Thanks to [Kevin Jiang](https://github.com/KevinSJ) for this fix!
66
- Upgrade mocha version

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.10.0",
3+
"version": "2.11.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",

0 commit comments

Comments
 (0)