We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd2419 commit f6227c8Copy full SHA for f6227c8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
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
10
# [0.3.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.2.1...v0.3.0) (2023-04-02)
11
12
package.json
@@ -3,7 +3,7 @@
"description": "A modal state manager for vue. ",
"name": "vue-modal-provider",
"private": false,
- "version": "0.3.0",
+ "version": "0.3.1",
"main": "dist/vue-modal-provider.cjs.js",
"module": "dist/vue-modal-provider.es.js",
"types": "dist/types/index.d.ts",
0 commit comments