From 27333958faf1f020b28fdbc28409a83c14aed5fc Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 2 Sep 2020 10:07:18 +0200 Subject: [PATCH] v5.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2700229d..d3d0383b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v5.0.0 (2020-09-02) + +This release drops support for Ember.js versions below v3.8 due to an update +of ember-cli-htmlbars which did the same. Other than that, no further breaking +changes are contained in the release. + +#### :boom: Breaking Change +* [#527](https://github.com/simplabs/ember-test-selectors/pull/527) Bump ember-cli-htmlbars from 4.3.1 to 5.1.2 ([@marcoow](https://github.com/marcoow)) + +#### :rocket: Enhancement +* [#587](https://github.com/simplabs/ember-test-selectors/pull/587) bind-data-test-attributes: Avoid deprecated `getWithDefault()` call ([@Turbo87](https://github.com/Turbo87)) + +#### :memo: Documentation +* [#588](https://github.com/simplabs/ember-test-selectors/pull/588) Update Node.js and Ember.js support documentation ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 2 +- Marco Otte-Witte ([@marcoow](https://github.com/marcoow)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + + ## v4.1.0 (2020-05-07) #### :rocket: Enhancement diff --git a/package.json b/package.json index 09103c65..9b97fad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-test-selectors", - "version": "4.1.0", + "version": "5.0.0", "description": "Enabling better Test selectors in Ember.js applications.", "keywords": [ "ember-addon"