Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maltsev committed Apr 15, 2023
1 parent d2ed9ee commit 3a42257
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 @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [2.0.4] - 2023-04-15

### Fixed
- Should not minify `<script>` and `<style>` with SRI [#220]
- Should not merge `<style>` or `<script>` with SRI [#220]
- Should not minify json with SRI [#220]


## [2.0.3] - 2022-11-13

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


[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
[2.0.1]: https://github.com/posthtml/htmlnano/compare/2.0.0...2.0.1
Expand Down Expand Up @@ -295,6 +304,8 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
[0.1.2]: https://github.com/posthtml/htmlnano/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/posthtml/htmlnano/compare/0.1.0...0.1.1


[#220]: https://github.com/posthtml/htmlnano/issues/220
[#197]: https://github.com/posthtml/htmlnano/issues/197
[#195]: https://github.com/posthtml/htmlnano/issues/195
[#185]: https://github.com/posthtml/htmlnano/issues/185
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.3",
"version": "2.0.4",
"description": "Modular HTML minifier, built on top of the PostHTML",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3a42257

Please sign in to comment.