From 36ff06352b8fda19d89b3c7afa2cc595c6a4655d Mon Sep 17 00:00:00 2001 From: Christopher Quadflieg Date: Tue, 30 Jun 2020 15:48:22 +0200 Subject: [PATCH] chore: correct order of changes --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec6f37bd..6b67a0ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,22 @@ * windows path separator ([#443](https://github.com/htmlhint/HTMLHint/issues/443)) ([8048600](https://github.com/htmlhint/HTMLHint/commit/8048600e5b1568d4a4b469e822bd72a94502b242)) -# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.15.0-beta.1...v1.0.0-beta.1) (2020-06-25) +# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25) + + +### Bug Fixes + +* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c)) ### Continuous Integration -* trigger major bump ([63f0a7a](https://github.com/htmlhint/HTMLHint/commit/63f0a7adb12401c6b64eb32f7dfaf9ed35aa8250)) +* trigger major bump ([f6de930](https://github.com/htmlhint/HTMLHint/commit/f6de930990ccd3d798cce3d09c401f986c6f57ef)) + + +### Features + +* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114)) ### BREAKING CHANGES diff --git a/package.json b/package.json index 80500fa8e..8896b3bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git",