Skip to content

Commit 151da26

Browse files
committed
Release 2.1.1
1 parent 8979afe commit 151da26

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.1.1] - 2024-04-28
6+
7+
### Fixed
8+
- Downlevel-revealed closing comment being deleted in safe mode [#278]
9+
10+
511
## [2.1.0] - 2023-10-19
612

713
### Added
@@ -282,6 +288,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
282288
- Remove attributes that contains only white spaces.
283289

284290

291+
[2.1.1]: https://github.com/posthtml/htmlnano/compare/2.1.0...2.1.1
285292
[2.1.0]: https://github.com/posthtml/htmlnano/compare/2.0.4...2.1.0
286293
[2.0.4]: https://github.com/posthtml/htmlnano/compare/2.0.3...2.0.4
287294
[2.0.3]: https://github.com/posthtml/htmlnano/compare/2.0.2...2.0.3
@@ -314,6 +321,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
314321
[0.1.1]: https://github.com/posthtml/htmlnano/compare/0.1.0...0.1.1
315322

316323

324+
[#278]: https://github.com/posthtml/htmlnano/issues/278
317325
[#260]: https://github.com/posthtml/htmlnano/issues/260
318326
[#257]: https://github.com/posthtml/htmlnano/issues/257
319327
[#220]: https://github.com/posthtml/htmlnano/issues/220

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlnano",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Modular HTML minifier, built on top of the PostHTML",
55
"main": "index.cjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)