Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Aug 12, 2022
1 parent 111052f commit 4e98c74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [1.1.0](#110---2022-08-12)
- [1.0.0](#100---2022-07-26)

## [Unreleased][]
Expand All @@ -10,12 +11,20 @@
### 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.
### Changed
### 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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.1.0

0 comments on commit 4e98c74

Please sign in to comment.