diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5489a..08ddd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## UNRELEASED +## 2.6.1 (2021-12-08) - Fixes style filtering to retain `!important` when used. -- Fixed trailing text bug on `transformTags` options that was reported on [issue #506](https://github.com/punkave/sanitize-html/issues/506). Thanks to [Alex Rantos](https://github.com/alex-rantos). +- Fixed trailing text bug on `transformTags` options that was reported on [issue #506](https://github.com/apostrophecms/sanitize-html/issues/506). Thanks to [Alex Rantos](https://github.com/alex-rantos). ## 2.6.0 (2021-11-23) diff --git a/package.json b/package.json index bd73c64..37ef4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanitize-html", - "version": "2.6.0", + "version": "2.6.1", "description": "Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis", "sideEffects": false, "main": "index.js",