Skip to content

Commit d33cba7

Browse files
committed
Release 2.1.5
1 parent 44bcd80 commit d33cba7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5] - 2025-09-19
6+
7+
### Fixed
8+
9+
* Broken CommonJS import ([#373])
10+
11+
512
## [2.1.4] - 2025-09-05
613

714
### Fixed
@@ -312,6 +319,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
312319
- Remove attributes that contains only white spaces.
313320

314321

322+
[2.1.5]: https://github.com/posthtml/htmlnano/compare/2.1.4...2.1.5
315323
[2.1.4]: https://github.com/posthtml/htmlnano/compare/2.1.3...2.1.4
316324
[2.1.3]: https://github.com/posthtml/htmlnano/compare/2.1.2...2.1.3
317325
[2.1.2]: https://github.com/posthtml/htmlnano/compare/2.1.1...2.1.2
@@ -347,6 +355,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
347355
[0.1.2]: https://github.com/posthtml/htmlnano/compare/0.1.1...0.1.2
348356
[0.1.1]: https://github.com/posthtml/htmlnano/compare/0.1.0...0.1.1
349357

358+
[#373]: https://github.com/posthtml/htmlnano/issues/373
350359
[#342]: https://github.com/posthtml/htmlnano/issues/342
351360
[#336]: https://github.com/posthtml/htmlnano/issues/336
352361
[#328]: https://github.com/posthtml/htmlnano/issues/328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlnano",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Modular HTML minifier, built on top of the PostHTML",
55
"author": "Kirill Maltsev <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)