Skip to content

Commit 379a2cf

Browse files
committed
chore(main): release 0.6.2
1 parent 0305aaf commit 379a2cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.1...v0.6.2) (2024-08-25)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** pin dependencies ([#125](https://github.com/tobiasdiez/storybook-vue-addon/issues/125)) ([0305aaf](https://github.com/tobiasdiez/storybook-vue-addon/commit/0305aafa1302de726ff435dba37c388d029c550a))
9+
* **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))
10+
311
## [0.6.1](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.6.0...v0.6.1) (2024-08-20)
412

513
### 🐛 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)