From f272ca0c75577adc69331978ca051ca9e373348a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Feb 2023 18:12:53 +0000 Subject: [PATCH] chore(release): 3.1.3 [skip ci] ## [3.1.3](https://github.com/Belphemur/Job.Scheduler/compare/v3.1.2...v3.1.3) (2023-02-05) ### Bug Fixes * **debounce:** Be sure only the last job is ran in case of debounce. ([ae8e50a](https://github.com/Belphemur/Job.Scheduler/commit/ae8e50af57dea844d6b7ae25b6326a609f2233d1)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 222bb08..5595a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/Belphemur/Job.Scheduler/compare/v3.1.2...v3.1.3) (2023-02-05) + + +### Bug Fixes + +* **debounce:** Be sure only the last job is ran in case of debounce. ([ae8e50a](https://github.com/Belphemur/Job.Scheduler/commit/ae8e50af57dea844d6b7ae25b6326a609f2233d1)) + ## [3.1.2](https://github.com/Belphemur/Job.Scheduler/compare/v3.1.1...v3.1.2) (2023-02-05)