Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
step2yeung committed Nov 2, 2021
1 parent ad1eb71 commit b4fbf9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v7.0.1 (2021-11-02)
#### :bug: Bug Fix
* [#760](https://github.com/ember-cli/ember-exam/pull/760) Wait for all browser to completet beforer cleaning up StateManager([@step2yeung](https://github.com/step2yeung))
* [#750](https://github.com/ember-cli/ember-exam/pull/750) Ember exam failing when browser ID not found, return 0([@step2yeung](https://github.com/step2yeung))

#### :house: Internal
* [#748](https://github.com/ember-cli/ember-exam/pull/748) Add eslint-plugin-qunit per latest addon blueprint internal ([@SergeAstapov](https://github.com/SergeAstapov))
* [#744](https://github.com/ember-cli/ember-exam/pull/744) Update npmignore file internal([@Turbo87](https://github.com/Turbo87))
#### Committers: 4

- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- Stephen Yeung ([@step2yeung](https://github.com/step2yeung))

## v7.0.0 (2021-10-22)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-exam",
"version": "7.0.0",
"version": "7.0.1",
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit b4fbf9f

Please sign in to comment.