Skip to content

Commit 15b0b2d

Browse files
chore(release): 0.15.0-beta.1 [skip ci]
# [0.15.0-beta.1](v0.14.1...v0.15.0-beta.1) (2020-07-10) ### Bug Fixes * remove duplicate changelog ([#474](#474)) ([93eb5c8](93eb5c8)) ### Features * move rules into dedicated attribute ([#476](#476)) ([4d37821](4d37821)) * new configuration structure ([#445](#445)) ([0b007b3](0b007b3))
1 parent a03e489 commit 15b0b2d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v0.15.0-beta.1) (2020-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([93eb5c8](https://github.com/htmlhint/HTMLHint/commit/93eb5c872031d0947aa494baca418d45fed095eb))
7+
8+
9+
### Features
10+
11+
* move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([4d37821](https://github.com/htmlhint/HTMLHint/commit/4d378216fb116a5bda538f47a17a07c63a932cca))
12+
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd))
13+
114
# [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25)
215

316
* 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": "0.15.0-beta.1",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)