Skip to content

Commit

Permalink
Merge pull request #651 from apostrophecms/release-2.12.0
Browse files Browse the repository at this point in the history
release 2.12.0
  • Loading branch information
BoDonkey committed Feb 21, 2024
2 parents eb932f8 + ff18600 commit a226fe7
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 a226fe7

Please sign in to comment.