From 93b53f526a9fe60abe4a79cc01bdd213041d67b1 Mon Sep 17 00:00:00 2001 From: ksv <68888927+ksv90@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:37:14 +0300 Subject: [PATCH] chore(main): release 0.0.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c975081..fd56269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.4](https://github.com/ksv90/event-notifier/compare/v0.0.3...v0.0.4) (2024-02-24) + + +### Bug Fixes + +* build removed from validate action ([2700dc5](https://github.com/ksv90/event-notifier/commit/2700dc5d1b5acb3443e1be6229b582e1e1882a26)) +* test removed from validate action ([42c725d](https://github.com/ksv90/event-notifier/commit/42c725d11d4ad8c040e321d3ceb989549e8e68bf)) +* types in validate on changed ([8d3540a](https://github.com/ksv90/event-notifier/commit/8d3540a1ba52017b68c55752b6416612e8202948)) + ## [0.0.3](https://github.com/ksv90/event-notifier/compare/v0.0.2...v0.0.3) (2024-02-24) diff --git a/package.json b/package.json index 2751f42..41913b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ksv90/event-notifier", - "version": "0.0.3", + "version": "0.0.4", "description": "typed event emitter", "main": "dist", "type": "module",