Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 17, 2021
1 parent 7d99254 commit 46d1660
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v6.1.0 (2021-02-17)

#### :rocket: Enhancement
* [#652](https://github.com/ember-cli/ember-exam/pull/652) Update to support `ember-qunit@5` ([@thoov](https://github.com/thoov))

#### Committers: 1
- Travis Hoover ([@thoov](https://github.com/thoov))


## v6.0.1 (2020-10-28)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-exam",
"version": "6.0.1",
"version": "6.1.0",
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -142,4 +142,4 @@
"node": "10.23.0",
"yarn": "1.22.10"
}
}
}

0 comments on commit 46d1660

Please sign in to comment.