Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serkodev committed Aug 16, 2024
1 parent 7322e2c commit 7116037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-pages-plus",
"version": "0.3.0-beta.1",
"version": "0.3.1",
"description": "A Nuxt module that enables complex routing for Nuxt Pages.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"docs:dev": "pnpm --dir docs dev",
"docs:build": "pnpm --dir docs build",
"docs:deploy": "pnpm dev:prepare && pnpm docs:build",
"release": "npm run lint && npm run test && npm run prepack && changelogen --prerelease=beta --no-output --release && npm publish --tag beta && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --no-output --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down Expand Up @@ -58,4 +58,4 @@
"vue-router": "^4.4.3"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 7116037

Please sign in to comment.