Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 1, 2022
1 parent 7624bb1 commit 82ef684
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.2.1](#121---2022-10-01)
- [1.2.0](#120---2022-09-28)
- [1.1.0](#110---2022-08-12)
- [1.0.0](#100---2022-07-26)
Expand All @@ -12,6 +13,13 @@
### Removed
### Fixed

## [1.2.1] - 2022-10-01
### Added
### Changed
### Removed
### Fixed
- Crash due to non defined this when adding a single listener to the stack.

## [1.2.0] - 2022-09-28
### Added
- parentWindow.eventListener: added new property to 'this' within event listeners scope. It may be used to remove itself after executing it once for ex. Contains name of the callback (event) and listener id.
Expand All @@ -34,7 +42,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/regorxxx/Callbacks-Framework-SMP/compare/v1.1.0...v1.2.0
[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.2.0
v1.2.1

0 comments on commit 82ef684

Please sign in to comment.