Skip to content

Commit af4f1cb

Browse files
committed
chore: release v0.7.0
1 parent c3e2dc5 commit af4f1cb

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
3+
## [0.7.0](https://github.com/nuxt-community/html-validator-module/compare/0.6.0...0.7.0) (2022-05-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* requires node 14
9+
10+
### Miscellaneous Chores
11+
12+
* upgrade `html-validate` to v7 ([ece459b](https://github.com/nuxt-community/html-validator-module/commit/ece459beec0a63dea77e4af4cdd65fc76ffafd71))
13+
114
## [0.6.0](https://github.com/nuxt-community/html-validator-module/compare/0.5.0...0.6.0) (2021-10-11)
215

316

@@ -79,5 +92,4 @@
7992

8093
* ignore scoped data attributes ([d51da80](https://github.com/nuxt-community/html-validator-module/commit/d51da807e44ab521715cfb6c10b27ed23f21bdf9)), closes [#3](https://github.com/nuxt-community/html-validator-module/issues/3)
8194

82-
### 0.1.1 (2020-10-29)
83-
95+
### 0.1.1 (2020-10-29)

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.6.0",
3+
"version": "0.7.0",
44
"description": "html-validator integration for Nuxt.js",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)