Skip to content

Commit eee3bd8

Browse files
committed
chore(release): 0.1.1
1 parent 3c5ec33 commit eee3bd8

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.1.1](https://github.com/JinghuiS/vue-modal-provider/compare/v0.1.0...v0.1.1) (2022-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* 🐛 change ModalArgs type. build use vueJsx ([3c5ec33](https://github.com/JinghuiS/vue-modal-provider/commit/3c5ec33060f147efac6448c5f53e3db386a1493e))
9+
310
# 0.1.0 (2022-09-21)
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.1.0",
6+
"version": "0.1.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)