Skip to content

Commit

Permalink
chore(release): 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jul 29, 2024
1 parent 06bc0aa commit d7d6446
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
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.3](https://github.com/crimx/remitter/compare/v0.4.2...v0.4.3) (2024-07-29)


### Bug Fixes

* **remit:** should dispose before next remit ([06bc0aa](https://github.com/crimx/remitter/commit/06bc0aa5f5708f5de56e34319b81540ccd8e0a2a))

### [0.4.2](https://github.com/crimx/remitter/compare/v0.4.1...v0.4.2) (2024-07-22)

### [0.4.1](https://github.com/crimx/remitter/compare/v0.4.0...v0.4.1) (2024-05-14)
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": "remitter",
"version": "0.4.2",
"version": "0.4.3",
"private": false,
"description": "A TypeScript friendly event emitter with easy re-emitting events.",
"license": "MIT",
Expand Down

0 comments on commit d7d6446

Please sign in to comment.