1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

bump(listener): to version 1.0.3

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2022-11-17 10:50:13 +01:00
parent 198aa692e4
commit ac8730c10d
Signed by: Florian Bouillon
GPG Key ID: E05B3A94178D3A7C
2 changed files with 21 additions and 1 deletions

View File

@ -6,10 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.3] - 2022-11-17
### Fixed
- Package not including code
## [1.0.2] - 2022-11-17
### Fixed
- Event `all` not being sent
- Warning when too much event are set
## [1.0.1] - 2021-02-08
## [1.0.0] - 2020-11-23 ## [1.0.0] - 2020-11-23
### Added ### Added
- Implementation of custom Listener for cross platform listener - Implementation of custom Listener for cross platform listener
[1.0.3]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flistener%401.0.3
[1.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flistener%401.0.2
[1.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flistener%401.0.1
[1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flistener%401.0.0 [1.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flistener%401.0.0

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/listener", "name": "@dzeio/listener",
"version": "1.0.2", "version": "1.0.3",
"description": "A NodeJS Listener implementation", "description": "A NodeJS Listener implementation",
"repository": { "repository": {
"type": "git", "type": "git",