Skip to content

Commit 014ff87

Browse files
committed
v6.0.0
1 parent 596241f commit 014ff87

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v6.0.0 (2021-07-05)
4+
5+
#### :boom: Breaking Change
6+
* [#764](https://github.com/simplabs/ember-test-selectors/pull/764) Remove deprecated automatic attribute binding ([@Turbo87](https://github.com/Turbo87))
7+
* [#756](https://github.com/simplabs/ember-test-selectors/pull/756) Drop support for Node.js 10 ([@Turbo87](https://github.com/Turbo87))
8+
* [#757](https://github.com/simplabs/ember-test-selectors/pull/757) Remove support for ember-cli-babel v5 ([@Turbo87](https://github.com/Turbo87))
9+
* [#759](https://github.com/simplabs/ember-test-selectors/pull/759) Stop testing on non-LTS Ember releases before v3.24 ([@Turbo87](https://github.com/Turbo87))
10+
* [#758](https://github.com/simplabs/ember-test-selectors/pull/758) Remove deprecated `TransformTestSelectorParamsToHashPairs` transform ([@Turbo87](https://github.com/Turbo87))
11+
12+
#### :house: Internal
13+
* [#763](https://github.com/simplabs/ember-test-selectors/pull/763) Remove `multidep` setup ([@Turbo87](https://github.com/Turbo87))
14+
15+
#### Committers: 1
16+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
17+
318
## v5.5.0 (2021-07-02)
419

520
#### :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-test-selectors",
3-
"version": "5.5.0",
3+
"version": "6.0.0",
44
"description": "Enabling better Test selectors in Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)