Skip to content

Commit 005bba7

Browse files
author
Robert Jackson
committed
Release 6.0.1
1 parent 5f9ec8c commit 005bba7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v6.0.1 (2020-10-28)
2+
3+
#### :bug: Bug Fix
4+
* [#617](https://github.com/ember-cli/ember-exam/pull/617) Update @embroider/macros to fix [email protected] support. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :house: Internal
7+
* [#618](https://github.com/ember-cli/ember-exam/pull/618) Swap to GitHub actions for CI. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 2
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
12+
13+
114
## v6.0.0 (2020-10-12)
215

316
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-exam",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)