Skip to content

Commit f14a9e5

Browse files
committed
chore: release v1.2.1
1 parent edfa533 commit f14a9e5

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.2.1](https://github.com/nuxt-modules/html-validator/compare/1.2.0...1.2.1) (2022-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **validator:** do not log non-existent errors on higher log levels ([#247](https://github.com/nuxt-modules/html-validator/issues/247)) ([f1a2c36](https://github.com/nuxt-modules/html-validator/commit/f1a2c3672e7a3aa2dbb13484e549c4e4875a8e42))
9+
310
## [1.2.0](https://github.com/nuxt-modules/html-validator/compare/1.1.1...1.2.0) (2022-11-30)
411

512
### [1.1.1](https://github.com/nuxt-modules/html-validator/compare/1.1.0...1.1.1) (2022-11-02)

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

0 commit comments

Comments
 (0)