Skip to content

Commit c430ea5

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-07-10) ### Bug Fixes * remove duplicate changelog ([#474](#474)) ([4e17338](4e17338)) ### Continuous Integration * trigger major bump ([be0b2af](be0b2af)) ### Features * move rules into dedicated attribute ([#476](#476)) ([c9fb2c3](c9fb2c3)) * new configuration structure ([#445](#445)) ([0b007b3](0b007b3)) ### BREAKING CHANGES * Rules have a new structure
1 parent 4ec5251 commit c430ea5

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([4e17338](https://github.com/htmlhint/HTMLHint/commit/4e1733861737f7ef9b274305313b11f85c592ebc))
7+
8+
9+
### Continuous Integration
10+
11+
* trigger major bump ([be0b2af](https://github.com/htmlhint/HTMLHint/commit/be0b2af64a148e5951d7cb5f636d785b8534b1aa))
12+
13+
14+
### Features
15+
16+
* move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([c9fb2c3](https://github.com/htmlhint/HTMLHint/commit/c9fb2c372ac726bda9d2f28c073af62ba209f55c))
17+
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* Rules have a new structure
23+
124
# [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25)
225

326
* try to set version manually

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)