diff --git a/CHANGELOG.md b/CHANGELOG.md index f784d3929..069d47e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/htmlhint/HTMLHint/compare/v1.1.0...v1.1.1) (2022-01-23) + + +### Bug Fixes + +* correct links to rule docs ([6a95ae6](https://github.com/htmlhint/HTMLHint/commit/6a95ae6e14a8f5ace86a7114285daef24d9d42cf)), closes [#867](https://github.com/htmlhint/HTMLHint/issues/867) + # [1.1.0](https://github.com/htmlhint/HTMLHint/compare/v1.0.0...v1.1.0) (2021-12-31) diff --git a/package-lock.json b/package-lock.json index 8a9ef7a09..b0cf3473a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmlhint", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmlhint", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "async": "3.2.3", diff --git a/package.json b/package.json index 414217209..e446f4255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.1.0", + "version": "1.1.1", "description": "The Static Code Analysis Tool for your HTML", "keywords": [ "html",