diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd4df9..032cca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 12bd370..5ba26fd 100644 --- a/package.json +++ b/package.json @@ -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",