Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Feb 28, 2023
1 parent bbc7aea commit 9f912b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typed-router",
"version": "3.0.1",
"version": "3.0.2",
"description": "Provide autocompletion for routes paths, names and params in Nuxt apps",
"type": "module",
"main": "./dist/module.cjs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"docs:dev": "cd docs && pnpm run dev",
"docs:build": "npm run dev:prepare && cd docs && nuxi generate",
"typecheck": "tsc --noEmit",
"release": "pnpm test && bumpp && npm publish && git push --follow-tags"
"release": "bumpp && npm publish && git push --follow-tags"
},
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit 9f912b4

@vercel
Copy link

@vercel vercel bot commented on 9f912b4 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.