Skip to content

Commit 0c0e3ed

Browse files
committed
Release 3.0.0
1 parent 34895e0 commit 0c0e3ed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
3+
## v3.0.0 (2025-01-28)
4+
5+
#### :boom: Breaking Change
6+
* [#23](https://github.com/mrloop/qunit-retry/pull/23) chore: esm only ([@mrloop](https://github.com/mrloop))
7+
8+
#### :rocket: Enhancement
9+
* [#23](https://github.com/mrloop/qunit-retry/pull/23) chore: esm only ([@mrloop](https://github.com/mrloop))
10+
11+
#### :memo: Documentation
12+
* [#26](https://github.com/mrloop/qunit-retry/pull/26) docs: update require / import statements ([@mrloop](https://github.com/mrloop))
13+
14+
#### Committers: 1
15+
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
16+
17+
218
## v2.3.0 (2024-11-12)
319

420
#### :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": "qunit-retry",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Drop in replacement for qunit `test` which retries a failed test.",
55
"keywords": [
66
"qunit",

0 commit comments

Comments
 (0)