Skip to content

Commit 8fd492c

Browse files
committed
chore: release v0.5.0
1 parent 8505034 commit 8fd492c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.5.0](https://github.com/nuxt-community/html-validator-module/compare/0.4.1...0.5.0) (2021-07-26)
2+
3+
4+
### Features
5+
6+
* allow throwing an error in ci if validation fails ([#96](https://github.com/nuxt-community/html-validator-module/issues/96)) ([5f7d650](https://github.com/nuxt-community/html-validator-module/commit/5f7d6501ac16e22735f684c21f95b02661f94ed6))
7+
18
### [0.4.1](https://github.com/nuxt-community/html-validator-module/compare/0.4.0...0.4.1) (2021-06-28)
29

310
## [0.4.0](https://github.com/nuxt-community/html-validator-module/compare/0.3.1...0.4.0) (2021-04-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/html-validator",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "html-validator integration for Nuxt.js",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)