diff --git a/CHANGELOG.md b/CHANGELOG.md index 069d47e5d..172f5efd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/htmlhint/HTMLHint/compare/v1.1.1...v1.1.2) (2022-01-27) + + +### Bug Fixes + +* ignore hidden input without label ([cab2907](https://github.com/htmlhint/HTMLHint/commit/cab2907170c130286d8d99bc56ddf401cc9b6c1d)), closes [#866](https://github.com/htmlhint/HTMLHint/issues/866) + ## [1.1.1](https://github.com/htmlhint/HTMLHint/compare/v1.1.0...v1.1.1) (2022-01-23) diff --git a/package-lock.json b/package-lock.json index f2a379992..60ee05be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmlhint", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmlhint", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "async": "3.2.3", diff --git a/package.json b/package.json index d5a202959..1d8253f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.1.1", + "version": "1.1.2", "description": "The Static Code Analysis Tool for your HTML", "keywords": [ "html",