Skip to content

Commit 8b9fe14

Browse files
committed
chore: release v1.1.0
1 parent 9f44954 commit 8b9fe14

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.1.0](https://github.com/nuxt-modules/html-validator/compare/1.0.0...1.1.0) (2022-10-15)
4+
5+
6+
### Features
7+
8+
* **checker:** add verbosity toggle ([#225](https://github.com/nuxt-modules/html-validator/issues/225)) ([9176daf](https://github.com/nuxt-modules/html-validator/commit/9176daf1903e37d732505d73efb179ca60a23c68))
9+
10+
11+
### Bug Fixes
12+
13+
* add hyphen to data attribute regexp ([#231](https://github.com/nuxt-modules/html-validator/issues/231)) ([900dd93](https://github.com/nuxt-modules/html-validator/commit/900dd9358d868cf51af13e234040ec5b5f9c238e))
14+
315
## [1.0.0](https://github.com/nuxt-modules/html-validator/compare/0.7.1...1.0.0) (2022-09-25)
416

517

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

0 commit comments

Comments
 (0)