diff --git a/CHANGELOG.md b/CHANGELOG.md index 423b43812..323af61b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,29 @@ * 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.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