Skip to content

Commit 870e1f0

Browse files
committed
chore: release v0.6.0
1 parent b65a80a commit 870e1f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"type": "module",
44
"packageManager": "[email protected]",
5-
"version": "0.5.7",
5+
"version": "0.6.0",
66
"scripts": {
77
"build": "pnpm run -r build",
88
"stub": "pnpm run -r stub",

Diff for: packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/eslint-config",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"description": "ESLint config for Nuxt projects",
55
"repository": {
66
"type": "git",

Diff for: packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/eslint-plugin",
33
"type": "module",
4-
"version": "0.5.7",
4+
"version": "0.6.0",
55
"description": "ESLint plugin for Nuxt",
66
"license": "MIT",
77
"repository": {

Diff for: packages/module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/eslint",
33
"type": "module",
4-
"version": "0.5.7",
4+
"version": "0.6.0",
55
"description": "Generate ESLint config from current Nuxt settings",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)