Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 28, 2023
1 parent 0b79a0f commit 5d92c87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/storybook-nuxt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog


## v0.1.4

[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.4...v0.1.4)

9 changes: 6 additions & 3 deletions packages/storybook-nuxt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "storybook-nuxt",
"version": "0.1.3",
"version": "0.1.4",
"description": "Storybook init CLI for Nuxt ",
"author": "Chakas@",
"license": "ISC",
"keywords": ["storybook", "cli", "nuxt"],
"keywords": [
"storybook",
"cli",
"nuxt"
],
"bin": {
"storybook-nuxt": "./index.mjs"
},
Expand Down Expand Up @@ -44,5 +48,4 @@
"@types/prompts": "^2.4.4",
"unbuild": "^1.2.1"
}

}

0 comments on commit 5d92c87

Please sign in to comment.