From e01edc3598b49464c2bee018690fb4b2cb306667 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jun 2020 17:55:05 +0000 Subject: [PATCH] chore(release): 0.15.0-beta.1 [skip ci] * new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0c55a30](https://github.com/htmlhint/HTMLHint/commit/0c55a301c8aa22481cf2ef5245bb0d3184b338ab)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4228e2529..63d8571be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * windows path separator ([#443](https://github.com/htmlhint/HTMLHint/issues/443)) ([8048600](https://github.com/htmlhint/HTMLHint/commit/8048600e5b1568d4a4b469e822bd72a94502b242)) +# [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.0...v0.15.0-beta.1) (2020-06-25) + + +### Features + +* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0c55a30](https://github.com/htmlhint/HTMLHint/commit/0c55a301c8aa22481cf2ef5245bb0d3184b338ab)) + # [0.14.0](https://github.com/htmlhint/HTMLHint/compare/v0.13.1...v0.14.0) (2020-05-31) diff --git a/package-lock.json b/package-lock.json index 8c997eaf7..74b78f1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.14.1", + "version": "0.15.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6957c7ccf..5d7ee3127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.14.1", + "version": "0.15.0-beta.1", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git",