Skip to content

Commit

Permalink
chore: release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 22, 2024
1 parent 91b3f8c commit 28bd401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"packageManager": "pnpm@9.0.5",
"version": "0.3.8",
"version": "0.3.9",
"scripts": {
"build": "pnpm run -r build",
"stub": "pnpm run -r stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/eslint-config",
"version": "0.3.8",
"version": "0.3.9",
"description": "ESLint config for Nuxt projects",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxt/eslint-plugin",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "ESLint plugin for Nuxt",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxt/eslint",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "Generate ESLint config from current Nuxt settings",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 28bd401

Please sign in to comment.