Skip to content

Commit 8478184

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
1 parent b752503 commit 8478184

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c))
7+
8+
9+
### Continuous Integration
10+
11+
* trigger major bump ([f6de930](https://github.com/htmlhint/HTMLHint/commit/f6de930990ccd3d798cce3d09c401f986c6f57ef))
12+
13+
14+
### Features
15+
16+
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Rules have a new structure
22+
123
# [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25)
224

325
* try to set version manually

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.2",
3+
"version": "1.0.0-beta.1",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)