Skip to content

Commit 7b6c278

Browse files
committed
Release 2.1.0
1 parent d189989 commit 7b6c278

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0] - 2023-10-19
6+
7+
### Added
8+
- Convert htmlnano to ES Modules [#260]
9+
10+
### Fixed
11+
- Collapse white spaces according to specs [#257]
12+
513

614
## [2.0.4] - 2023-04-15
715

@@ -274,6 +282,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
274282
- Remove attributes that contains only white spaces.
275283

276284

285+
[2.1.0]: https://github.com/posthtml/htmlnano/compare/2.0.4...2.1.0
277286
[2.0.4]: https://github.com/posthtml/htmlnano/compare/2.0.3...2.0.4
278287
[2.0.3]: https://github.com/posthtml/htmlnano/compare/2.0.2...2.0.3
279288
[2.0.2]: https://github.com/posthtml/htmlnano/compare/2.0.1...2.0.2
@@ -305,6 +314,8 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
305314
[0.1.1]: https://github.com/posthtml/htmlnano/compare/0.1.0...0.1.1
306315

307316

317+
[#260]: https://github.com/posthtml/htmlnano/issues/260
318+
[#257]: https://github.com/posthtml/htmlnano/issues/257
308319
[#220]: https://github.com/posthtml/htmlnano/issues/220
309320
[#197]: https://github.com/posthtml/htmlnano/issues/197
310321
[#195]: https://github.com/posthtml/htmlnano/issues/195

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.0.4",
3+
"version": "2.1.0",
44
"description": "Modular HTML minifier, built on top of the PostHTML",
55
"main": "index.cjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)