Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.1...v2.5.0) (2021-10-05)

### Bug Fixes

* **Debounce:** Job already removed when second debouncing job comes ([1fcf630](1fcf630))

### Features

* **DebounceJob:** Add new feature to implement debouncing jobs ([7976d03](7976d03))
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent b89526b commit 94ba35c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.5.0](https://github.com/Belphemur/Job.Scheduler/compare/v2.4.1...v2.5.0) (2021-10-05)


### Bug Fixes

* **Debounce:** Job already removed when second debouncing job comes ([1fcf630](https://github.com/Belphemur/Job.Scheduler/commit/1fcf630dce12e2c451078a52fe483dba5f1f4c6a))


### Features

* **DebounceJob:** Add new feature to implement debouncing jobs ([7976d03](https://github.com/Belphemur/Job.Scheduler/commit/7976d038da7018026fa9dae27d10e84d623f3a70))

## [2.4.1](https://github.com/Belphemur/Job.Scheduler/compare/v2.4.0...v2.4.1) (2021-09-28)


Expand Down

0 comments on commit 94ba35c

Please sign in to comment.