Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maltsev committed Sep 19, 2021
1 parent 2dbf413 commit 2f7997d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.1.1] - 2021-09-19
This version fixes fatal errors introduced in [1.1.0].


## [1.1.0] - 2021-09-19
*This version contains fatal errors. Please use [1.1.1] instead.*

### Added
- Collapse missing value default attribute in `removeRedundantAttributes` [#158].
- New `normalizeAttributeValues` module to normalize casing of attribute values [#163].
Expand Down Expand Up @@ -219,6 +225,7 @@ Otherwise, you have to adapt the config according to the new [PurgeCSS@3](https:
- Remove attributes that contains only white spaces.


[1.1.1]: https://github.com/posthtml/htmlnano/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/posthtml/htmlnano/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/posthtml/htmlnano/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/posthtml/htmlnano/compare/0.2.9...1.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version-1.1.0/tutorialSidebar": [
"version-1.1.1/tutorialSidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"1.1.0"
"1.1.1"
]
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": "1.1.0",
"version": "1.1.1",
"description": "Modular HTML minifier, built on top of the PostHTML",
"main": "index.js",
"author": "Kirill Maltsev <maltsevkirill@gmail.com>",
Expand Down

0 comments on commit 2f7997d

Please sign in to comment.