diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7eba3..c1d7a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/crimx/remitter/compare/v0.4.0...v0.4.1) (2024-05-14) + ### [0.4.0](https://github.com/crimx/remitter/compare/v0.3.6...v0.4.0) (2024-05-14) diff --git a/package.json b/package.json index bf783d1..b1c9989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remitter", - "version": "0.4.0", + "version": "0.4.1", "private": false, "description": "A TypeScript friendly event emitter with easy re-emitting events.", "license": "MIT",