Skip to content

Commit 1f77d65

Browse files
committed
v7.0.0
1 parent fc7970e commit 1f77d65

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Changelog
2+
3+
## v7.0.0 (2021-10-22)
4+
5+
#### :boom: Breaking Change
6+
* [#739](https://github.com/ember-cli/ember-exam/pull/739) Update `ember-auto-import` to v2.x ([@Turbo87](https://github.com/Turbo87))
7+
* [#690](https://github.com/ember-cli/ember-exam/pull/690) Drop support for Node 10 and upgrade deps ([@nlfurniss](https://github.com/nlfurniss))
8+
9+
#### :bug: Bug Fix
10+
* [#688](https://github.com/ember-cli/ember-exam/pull/688) Fix embroider tests ([@nlfurniss](https://github.com/nlfurniss))
11+
12+
#### :memo: Documentation
13+
* [#687](https://github.com/ember-cli/ember-exam/pull/687) Update README.md: Fix typo in flag name ([@bantic](https://github.com/bantic))
14+
* [#644](https://github.com/ember-cli/ember-exam/pull/644) Docs: Fix information on Load Balancing ([@brkn](https://github.com/brkn))
15+
16+
#### :house: Internal
17+
* [#743](https://github.com/ember-cli/ember-exam/pull/743) CI: Add `release` workflow ([@Turbo87](https://github.com/Turbo87))
18+
* [#737](https://github.com/ember-cli/ember-exam/pull/737) Use `prettier` to format JS files ([@Turbo87](https://github.com/Turbo87))
19+
* [#736](https://github.com/ember-cli/ember-exam/pull/736) CI: Disable Ember.js v4 scenarios ([@Turbo87](https://github.com/Turbo87))
20+
* [#689](https://github.com/ember-cli/ember-exam/pull/689) Set ember edition to Octane to quiet build logging ([@nlfurniss](https://github.com/nlfurniss))
21+
22+
#### Committers: 4
23+
- Berkan Ünal ([@brkn](https://github.com/brkn))
24+
- Cory Forsyth ([@bantic](https://github.com/bantic))
25+
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
26+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
27+
28+
129
## v6.1.0 (2021-02-17)
230

331
#### :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": "ember-exam",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)