Skip to content

Commit 918528a

Browse files
Christopher Quadfliegthedaviddias
Christopher Quadflieg
authored andcommitted
chore: correct order of changes
1 parent 19c8833 commit 918528a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,22 @@
2626

2727
* windows path separator ([#443](https://github.com/htmlhint/HTMLHint/issues/443)) ([8048600](https://github.com/htmlhint/HTMLHint/commit/8048600e5b1568d4a4b469e822bd72a94502b242))
2828

29-
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.15.0-beta.1...v1.0.0-beta.1) (2020-06-25)
29+
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25)
30+
31+
32+
### Bug Fixes
33+
34+
* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c))
3035

3136

3237
### Continuous Integration
3338

34-
* trigger major bump ([63f0a7a](https://github.com/htmlhint/HTMLHint/commit/63f0a7adb12401c6b64eb32f7dfaf9ed35aa8250))
39+
* trigger major bump ([f6de930](https://github.com/htmlhint/HTMLHint/commit/f6de930990ccd3d798cce3d09c401f986c6f57ef))
40+
41+
42+
### Features
43+
44+
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))
3545

3646

3747
### BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)