Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 5, 2021
1 parent 596241f commit 014ff87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v6.0.0 (2021-07-05)

#### :boom: Breaking Change
* [#764](https://github.com/simplabs/ember-test-selectors/pull/764) Remove deprecated automatic attribute binding ([@Turbo87](https://github.com/Turbo87))
* [#756](https://github.com/simplabs/ember-test-selectors/pull/756) Drop support for Node.js 10 ([@Turbo87](https://github.com/Turbo87))
* [#757](https://github.com/simplabs/ember-test-selectors/pull/757) Remove support for ember-cli-babel v5 ([@Turbo87](https://github.com/Turbo87))
* [#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))
* [#758](https://github.com/simplabs/ember-test-selectors/pull/758) Remove deprecated `TransformTestSelectorParamsToHashPairs` transform ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#763](https://github.com/simplabs/ember-test-selectors/pull/763) Remove `multidep` setup ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v5.5.0 (2021-07-02)

#### :rocket: Enhancement
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-test-selectors",
"version": "5.5.0",
"version": "6.0.0",
"description": "Enabling better Test selectors in Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 014ff87

Please sign in to comment.