Skip to content

Commit 6e14d38

Browse files
committed
chore(release): 0.4.1
1 parent e0d3246 commit 6e14d38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [0.4.1](https://github.com/JinghuiS/vue-modal-provider/compare/v0.4.0...v0.4.1) (2024-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* 🐛 fiex package module ([e0d3246](https://github.com/JinghuiS/vue-modal-provider/commit/e0d3246712c10c7c954c56264b5668939d2e7a85))
9+
* 🐛 fix package module ([e2c6b0a](https://github.com/JinghuiS/vue-modal-provider/commit/e2c6b0aa91ee305e6c40dad8bb48b0bd0fb755dc))
10+
311
# [0.4.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.3.1...v0.4.0) (2024-04-20)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A modal state manager for vue. ",
44
"name": "vue-modal-provider",
55
"private": false,
6-
"version": "0.4.0",
6+
"version": "0.4.1",
77
"main": "./dist/lib/index.js",
88
"module": "./dist/es/index.mjs",
99
"types": "./dist/es/index.d.ts",

0 commit comments

Comments
 (0)