From 00ec7eebc7a371015efdc4e2277d0968f9f8e255 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jul 2020 22:17:21 +0000 Subject: [PATCH] chore(release): 0.15.0-beta.1 [skip ci] # [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v0.15.0-beta.1) (2020-07-10) ### Bug Fixes * remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([93eb5c8](https://github.com/htmlhint/HTMLHint/commit/93eb5c872031d0947aa494baca418d45fed095eb)) ### Features * move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([4d37821](https://github.com/htmlhint/HTMLHint/commit/4d378216fb116a5bda538f47a17a07c63a932cca)) * new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b67a0ad1..515bc3b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v0.15.0-beta.1) (2020-07-10) + + +### Bug Fixes + +* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([93eb5c8](https://github.com/htmlhint/HTMLHint/commit/93eb5c872031d0947aa494baca418d45fed095eb)) + + +### Features + +* move rules into dedicated attribute ([#476](https://github.com/htmlhint/HTMLHint/issues/476)) ([4d37821](https://github.com/htmlhint/HTMLHint/commit/4d378216fb116a5bda538f47a17a07c63a932cca)) +* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([0b007b3](https://github.com/htmlhint/HTMLHint/commit/0b007b385b7cb10e0cae099b6a375b5f4e148ecd)) + # [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25) * try to set version manually diff --git a/package-lock.json b/package-lock.json index 4c824296e..74b78f1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0-beta.2", + "version": "0.15.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8896b3bb9..5d7ee3127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.0.0-beta.2", + "version": "0.15.0-beta.1", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git",