Skip to content

Commit

Permalink
release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoDonkey committed Feb 21, 2024
1 parent eb932f8 commit ff18600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## UNRELEASED
## 2.12.0 (2024-02-21)

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sanitize-html",
"version": "2.11.0",
"version": "2.12.0",
"description": "Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis",
"sideEffects": false,
"main": "index.js",
Expand Down Expand Up @@ -41,4 +41,4 @@
"mocha": "^10.2.0",
"sinon": "^9.0.2"
}
}
}

0 comments on commit ff18600

Please sign in to comment.