diff --git a/CHANGELOG.md b/CHANGELOG.md index defe0246d..f784d3929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/htmlhint/HTMLHint/compare/v1.0.0...v1.1.0) (2021-12-31) + + +### Features + +* **attr-lowercase:** ignore camelCase SVG attributes ([aa16722](https://github.com/htmlhint/HTMLHint/commit/aa167227ac153987e7dcc2ff728c6c3372cd9037)) + # [1.0.0](https://github.com/htmlhint/HTMLHint/compare/v0.16.3...v1.0.0) (2021-11-26) diff --git a/package-lock.json b/package-lock.json index 8db348919..d765bcb5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmlhint", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmlhint", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "async": "3.2.2", diff --git a/package.json b/package.json index 96af38a33..4a5778efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0", + "version": "1.1.0", "description": "The Static Code Analysis Tool for your HTML", "keywords": [ "html",