Skip to content

Commit 8a2dd08

Browse files
committed
chore: release v1.0.0
1 parent 027d3f1 commit 8a2dd08

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,5 +1,12 @@
11

22

3+
## [1.0.0](https://github.com/nuxt-modules/html-validator/compare/0.7.1...1.0.0) (2022-09-25)
4+
5+
6+
### Features
7+
8+
* add compatibility with nitro (nuxt 3 + nuxt bridge) ([#206](https://github.com/nuxt-modules/html-validator/issues/206)) ([b134043](https://github.com/nuxt-modules/html-validator/commit/b134043606a652fe266d014394c47a637a554091))
9+
310
### [0.7.1](https://github.com/nuxt-modules/html-validator/compare/0.7.0...0.7.1) (2022-09-11)
411

512
## [0.7.0](https://github.com/nuxt-modules/html-validator/compare/0.6.0...0.7.0) (2022-05-15)

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.7.0",
3+
"version": "1.0.0",
44
"description": "html-validate integration for Nuxt",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)