Skip to content

Commit f6227c8

Browse files
committed
chore(release): 0.3.1
1 parent 8cd2419 commit f6227c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.3.1](https://github.com/JinghuiS/vue-modal-provider/compare/v0.3.0...v0.3.1) (2023-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* 🐛 Fix typescript5 introduction error ([8cd2419](https://github.com/JinghuiS/vue-modal-provider/commit/8cd2419fd28d3d96a0baf8378a2268936d210f0e))
9+
310
# [0.3.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.2.1...v0.3.0) (2023-04-02)
411

512

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.3.0",
6+
"version": "0.3.1",
77
"main": "dist/vue-modal-provider.cjs.js",
88
"module": "dist/vue-modal-provider.es.js",
99
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)