From 9924d746d58035bbe353eeeb856667031f6e813f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jun 2020 18:10:28 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.1 [skip ci] # [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.15.0-beta.1...v1.0.0-beta.1) (2020-06-25) ### Continuous Integration * trigger major bump ([63f0a7a](https://github.com/htmlhint/HTMLHint/commit/63f0a7adb12401c6b64eb32f7dfaf9ed35aa8250)) ### BREAKING CHANGES * Rules have a new structure --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c4e7efb..5a62b3882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.15.0-beta.1...v1.0.0-beta.1) (2020-06-25) + + +### Continuous Integration + +* trigger major bump ([63f0a7a](https://github.com/htmlhint/HTMLHint/commit/63f0a7adb12401c6b64eb32f7dfaf9ed35aa8250)) + + +### BREAKING CHANGES + +* Rules have a new structure + # [0.15.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.0...v0.15.0-beta.1) (2020-06-25) diff --git a/package-lock.json b/package-lock.json index 80356b8be..0e931c4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.15.0-beta.1", + "version": "1.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2792b58ee..e8ae1d948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.15.0-beta.1", + "version": "1.0.0-beta.1", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git",