Skip to content

Commit 0fd5fa7

Browse files
committed
chore: release v0.2.0
1 parent 8269f69 commit 0fd5fa7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.2.0](https://github.com/nuxt-community/html-validator-module/compare/0.1.6...0.2.0) (2021-02-03)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* change minimum supported node version to 12
7+
8+
### Bug Fixes
9+
10+
* allow overriding `options.extends` ([be0c16c](https://github.com/nuxt-community/html-validator-module/commit/be0c16c32636fe8ef53030dfc5bb44b40948c3bf)), closes [#9](https://github.com/nuxt-community/html-validator-module/issues/9)
11+
12+
13+
### Miscellaneous Chores
14+
15+
* change minimum supported node version to 12 ([e0dad18](https://github.com/nuxt-community/html-validator-module/commit/e0dad182b67a8d4dd56ee2143095ee99ee93f859))
16+
117
### [0.1.6](https://github.com/nuxt-community/html-validator-module/compare/0.1.5...0.1.6) (2021-01-16)
218

319
### [0.1.5](https://github.com/nuxt-community/html-validator-module/compare/0.1.4...0.1.5) (2020-12-17)

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

0 commit comments

Comments
 (0)