Skip to content

Commit

Permalink
chore(main): release 0.1.0-rc.2
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 f14f340 commit 2922012
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* extends the emitter to include an `autoOff` method ([360cd7a](https://github.com/MuXiu1997/vue-use-emitter/commit/360cd7ac814a14964ce9d973cb54032de5ae4400))


### Documentation

* update README ([f14f340](https://github.com/MuXiu1997/vue-use-emitter/commit/f14f34071bef924adcbd620d09051be072f386ba))

## 0.1.0-rc.1 (2023-11-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muxiu1997/vue-use-emitter",
"version": "0.1.0-rc.1",
"version": "0.1.0-rc.2",
"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",
"module": "dist/define-emitter-composable.mjs",
Expand Down

0 comments on commit 2922012

Please sign in to comment.