Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMcBurney committed Jun 8, 2023
1 parent d5841af commit b8ecc62
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": "storybook-vue3-router",
"version": "2.3.1",
"version": "3.0.0",
"description": "A Storybook decorator that allows you to build stories for your routing-aware components.",
"keywords": [
"storybook-addons",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dev": "concurrently \"pnpm storybook\" \"pnpm build:watch\"",
"build-storybook": "storybook build",
"publish": "pnpm build && auto shipit",
"changelog": "auto changelog --to=3.0.0",
"changelog": "auto changelog --to=v3.0.0",
"test": "npx playwright test",
"eject-ts": "zx scripts/eject-typescript.mjs"
},
Expand Down

0 comments on commit b8ecc62

Please sign in to comment.