Skip to content

Commit

Permalink
chore(main): release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ksv90 committed Feb 25, 2024
1 parent d668e28 commit c8fd080
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.10](https://github.com/ksv90/event-notifier/compare/v0.0.9...v0.0.10) (2024-02-25)


### Bug Fixes

* pnpm store test ([a0f698f](https://github.com/ksv90/event-notifier/commit/a0f698f83cc4eed81545d0dd51d84409da107af4))
* remove pnpm store test ([562d9b7](https://github.com/ksv90/event-notifier/commit/562d9b7805a630bf4fbdbdd799aa6a4f2b81e8e4))
* test 2 ([02c8ed0](https://github.com/ksv90/event-notifier/commit/02c8ed0a06ef9034c579172e43545ce2e68ac6f1))
* test 3 ([226bff5](https://github.com/ksv90/event-notifier/commit/226bff5afa0b8b00584ffffd5e8cb90f1da7605f))
* test 3 ([dc52fff](https://github.com/ksv90/event-notifier/commit/dc52fff505b3245e8c8e88116aceb6fd7bad9465))
* test 4 ([c3f3600](https://github.com/ksv90/event-notifier/commit/c3f3600d8ab26fd9be1ff2393f6b30d4e17ab67d))
* test 5 ([de0278b](https://github.com/ksv90/event-notifier/commit/de0278b3b51738278b6bd9511feefa4e7ea735ed))
* test 6 ([f7d7357](https://github.com/ksv90/event-notifier/commit/f7d7357723101390fc94750ce7f2e5e57f7edfa4))
* test 7 ([edbb547](https://github.com/ksv90/event-notifier/commit/edbb547acd31d5d8d282b882f4c5f102be0e99c3))
* test 7 ([6cbedeb](https://github.com/ksv90/event-notifier/commit/6cbedebe2a8c9fb98d084af9e03a6d3837bfb921))
* test 8 ([3b37abc](https://github.com/ksv90/event-notifier/commit/3b37abc340745fe14fe88c0049a4cc37680a0b79))
* test 9 ([5b245bf](https://github.com/ksv90/event-notifier/commit/5b245bf58d25d4c27422809747c2e0524eaf2452))
* test ls ([8da63fa](https://github.com/ksv90/event-notifier/commit/8da63fa2a6415709e6a054760db8d438e834ec61))

## [0.0.9](https://github.com/ksv90/event-notifier/compare/v0.0.8...v0.0.9) (2024-02-25)


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": "@ksv90/event-notifier",
"version": "0.0.9",
"version": "0.0.10",
"description": "typed event emitter",
"main": "dist",
"type": "module",
Expand Down

0 comments on commit c8fd080

Please sign in to comment.