From 4e98c746358162a192cc265dc8dd022919287dfa Mon Sep 17 00:00:00 2001 From: regorxxx Date: Fri, 12 Aug 2022 20:14:29 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 11 ++++++++++- VERSION | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7658c2b..1e7a69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Table of Contents] - [Unreleased](#unreleased) +- [1.1.0](#110---2022-08-12) - [1.0.0](#100---2022-07-26) ## [Unreleased][] @@ -10,6 +11,13 @@ ### Removed ### Fixed +## [1.1.0] - 2022-08-12 +### Added +- removeEventListeners: new function 'removeEventListeners(event)' to remove all listeners attached to a callback. Event may be a string or array of strings with the name of callbacks to remove, i.e. 'on_playlists_changed' or ['on_playlists_changed', 'on_script_unload']. +### Changed +### Removed +### Fixed + ## [1.0.0] - 2022-07-26 ### Added - First release. @@ -17,5 +25,6 @@ ### Removed ### Fixed -[Unreleased]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/997dd95...v1.0.0 \ No newline at end of file diff --git a/VERSION b/VERSION index 60453e6..992977a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.0 \ No newline at end of file +v1.1.0 \ No newline at end of file