Skip to content

Commit 46d1660

Browse files
committed
Release 6.1.0
1 parent 7d99254 commit 46d1660

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v6.1.0 (2021-02-17)
2+
3+
#### :rocket: Enhancement
4+
* [#652](https://github.com/ember-cli/ember-exam/pull/652) Update to support `ember-qunit@5` ([@thoov](https://github.com/thoov))
5+
6+
#### Committers: 1
7+
- Travis Hoover ([@thoov](https://github.com/thoov))
8+
9+
110
## v6.0.1 (2020-10-28)
211

312
#### :bug: Bug Fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-exam",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
55
"keywords": [
66
"ember-addon"
@@ -142,4 +142,4 @@
142142
"node": "10.23.0",
143143
"yarn": "1.22.10"
144144
}
145-
}
145+
}

0 commit comments

Comments
 (0)