diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f96c33d1..e8da5e878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,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 422042a11..74b78f1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.15.1", + "version": "0.15.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7338,9 +7338,9 @@ "dev": true }, "normalize-url": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.3.1.tgz", - "integrity": "sha512-K1c7+vaAP+Yh5bOGmA10PGPpp+6h7WZrl7GwqKhUflBc9flU9pzG27DDeB9+iuhZkE3BJZOcgN1P/2sS5pqrWw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.0.0.tgz", + "integrity": "sha512-bAEm2fx8Dq/a35Z6PIRkkBBJvR56BbEJvhpNtvCZ4W9FyORSna77fn+xtYFjqk5JpBS+fMnAOG/wFgkQBmB7hw==", "dev": true }, "npm": { diff --git a/package.json b/package.json index 15402eb19..5d7ee3127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "0.15.1", + "version": "0.15.0-beta.1", "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git", @@ -108,8 +108,8 @@ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", - "@semantic-release/changelog", "@semantic-release/npm", + "@semantic-release/github", "@semantic-release/git" ] },