Skip to content

Commit

Permalink
chore(main): release 0.1.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and MuXiu1997 committed Nov 26, 2023
1 parent 043d818 commit 6c49f1c
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 @@
# Changelog

## [0.1.0-rc.5](https://github.com/MuXiu1997/vue-use-emitter/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2023-11-26)


### Tests

* use expect from the local test context ([043d818](https://github.com/MuXiu1997/vue-use-emitter/commit/043d81899355841fd45af89e2a59744de1c13a33))

## [0.1.0-rc.4](https://github.com/MuXiu1997/vue-use-emitter/compare/v0.1.0-rc.3...v0.1.0-rc.4) (2023-11-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muxiu1997/vue-use-emitter",
"type": "module",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"description": "A Vue composable event emitter library based on mitt, featuring an `autoOff` method for automatic call `off` on component unmount and dependency injection for ease of use, simplifying inter-component communication with minimal code.",
"source": "src/index.ts",
"author": "MuXiu1997 <muxiu1997@gmail.com> (https://github.com/MuXiu1997/)",
Expand Down

0 comments on commit 6c49f1c

Please sign in to comment.