diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b67a0ad1..423b43812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-07-10) + + +### Bug Fixes + +* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([4e17338](https://github.com/htmlhint/HTMLHint/commit/4e1733861737f7ef9b274305313b11f85c592ebc)) + + +### Continuous Integration + +* trigger major bump ([be0b2af](https://github.com/htmlhint/HTMLHint/commit/be0b2af64a148e5951d7cb5f636d785b8534b1aa)) + + +### Features + +* move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([c9fb2c3](https://github.com/htmlhint/HTMLHint/commit/c9fb2c372ac726bda9d2f28c073af62ba209f55c)) +* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd)) + + +### BREAKING CHANGES + +* Rules have a new structure + # [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25) * try to set version manually diff --git a/package-lock.json b/package-lock.json index 4c824296e..1c4394d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8896b3bb9..80500fa8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.1", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git",