diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4bab7..364a1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/ksv90/event-notifier/compare/v0.2.1...v0.3.0) (2024-05-16) + + +### Features + +* types changed ([c7c0984](https://github.com/ksv90/event-notifier/commit/c7c0984cf0d711748a775feab9c8161296892a94)) + ## [0.2.1](https://github.com/ksv90/event-notifier/compare/v0.2.0...v0.2.1) (2024-03-18) diff --git a/package.json b/package.json index a7a74f3..727af3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ksv90/event-notifier", - "version": "0.2.1", + "version": "0.3.0", "description": "typed event emitter", "main": "dist/index.js", "type": "module",