Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maltsev committed Oct 19, 2023
1 parent d189989 commit 7b6c278
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.0] - 2023-10-19

### Added
- Convert htmlnano to ES Modules [#260]

### Fixed
- Collapse white spaces according to specs [#257]


## [2.0.4] - 2023-04-15

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


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


[#260]: https://github.com/posthtml/htmlnano/issues/260
[#257]: https://github.com/posthtml/htmlnano/issues/257
[#220]: https://github.com/posthtml/htmlnano/issues/220
[#197]: https://github.com/posthtml/htmlnano/issues/197
[#195]: https://github.com/posthtml/htmlnano/issues/195
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "htmlnano",
"version": "2.0.4",
"version": "2.1.0",
"description": "Modular HTML minifier, built on top of the PostHTML",
"main": "index.cjs",
"module": "index.mjs",
Expand Down

0 comments on commit 7b6c278

Please sign in to comment.