Skip to content

Commit b6d6f53

Browse files
committed
chore(release): 0.15.0-beta.1 [skip ci]
* new configuration structure ([#445](#445)) ([0c55a30](0c55a30))
1 parent 2443bc5 commit b6d6f53

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626

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

29+
# [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.0...v0.15.0-beta.1) (2020-06-25)
30+
31+
32+
### Features
33+
34+
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0c55a30](https://github.com/htmlhint/HTMLHint/commit/0c55a301c8aa22481cf2ef5245bb0d3184b338ab))
35+
2936
# [0.14.0](https://github.com/htmlhint/HTMLHint/compare/v0.13.1...v0.14.0) (2020-05-31)
3037

3138

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "0.15.1",
3+
"version": "0.15.0-beta.1",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"repository": {
66
"type": "git",
@@ -108,8 +108,8 @@
108108
"@semantic-release/commit-analyzer",
109109
"@semantic-release/release-notes-generator",
110110
"@semantic-release/changelog",
111-
"@semantic-release/changelog",
112111
"@semantic-release/npm",
112+
"@semantic-release/github",
113113
"@semantic-release/git"
114114
]
115115
},

0 commit comments

Comments
 (0)