Skip to content

Commit 5d0bf6c

Browse files
committed
chore(main): release 0.6.2
1 parent f37cd86 commit 5d0bf6c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.6.1" }
1+
{".":"0.6.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.1...v0.6.2) (2024-08-21)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** update all non-major dependencies ([#80](https://github.com/tobiasdiez/storybook-vue-addon/issues/80)) ([f37cd86](https://github.com/tobiasdiez/storybook-vue-addon/commit/f37cd868a3c3a0766fbf93c097a399f2ba7faabc))
9+
310
## [0.6.1](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.0...v0.6.1) (2024-08-20)
411

512
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storybook-vue-addon",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"packageManager": "[email protected]",
66
"description": "Storybook stories in native Vue format",
77
"license": "MIT",

0 commit comments

Comments
 (0)