Skip to content

Commit 7b03e65

Browse files
committed
Release 2.8.0
1 parent 07715d4 commit 7b03e65

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.8.0 (2023-11-17)
2+
3+
#### :bug: Bug Fix
4+
* [#402](https://github.com/BackburnerJS/backburner.js/pull/402) Ensure `scheduleOnce` works correctly following a cancelled job ([@davidtaylorhq](https://github.com/davidtaylorhq))
5+
6+
#### Committers: 1
7+
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
8+
9+
110
## v2.7.0 (2021-04-30)
211

312
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backburner.js",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Backburner.js is a simple run loop-esque library for coalescing actions",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)