diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca7f90..262620c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [2.3.0](https://github.com/vladfrangu/async_event_emitter/compare/v2.3.0...v2.3.0) - (2024-06-21) + +## 🚀 Features + +- Cleanup ignore comments ([0f4029e](https://github.com/vladfrangu/async_event_emitter/commit/0f4029e9935373e15073288da1841ffb39cc22d8)) + # [2.2.4](https://github.com/vladfrangu/async_event_emitter/compare/v2.2.4...v2.2.4) - (2023-12-03) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index b8ea1e1..6ee49ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladfrangu/async_event_emitter", - "version": "2.2.4", + "version": "2.3.0", "description": "An event emitter implementation with async support in mind", "main": "./dist/index.cjs", "module": "./dist/index.mjs",