Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JinghuiS committed Nov 6, 2024
1 parent cb0bf71 commit 9e4d773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [0.6.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.5.0...v0.6.0) (2024-11-06)


### Features

* 🎸 export modalContext ([59daa3e](https://github.com/JinghuiS/vue-modal-provider/commit/59daa3ec6871ff2d2aae183469d9eccdb5dad471))

# [0.5.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.4.1...v0.5.0) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A modal state manager for vue. ",
"name": "vue-modal-provider",
"private": false,
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.mjs",
"types": "./dist/es/index.d.ts",
Expand Down

0 comments on commit 9e4d773

Please sign in to comment.