diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f574ae9..3e7fb4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v5.3.0 (2021-05-25) + +#### :rocket: Enhancement +* [#720](https://github.com/simplabs/ember-test-selectors/pull/720) Resolve class based transform deprecation ([@chancancode](https://github.com/chancancode)) +* [#721](https://github.com/simplabs/ember-test-selectors/pull/721) Add `patchClassicComponent` option to avoid deprecation warnings ([@mydea](https://github.com/mydea)) + +#### Committers: 2 +- Francesco Novy ([@mydea](https://github.com/mydea)) +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) + ## v5.2.0 (2021-05-14) #### :rocket: Enhancement diff --git a/package.json b/package.json index f970ffc0..9dd6f7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-test-selectors", - "version": "5.2.0", + "version": "5.3.0", "description": "Enabling better Test selectors in Ember.js applications.", "keywords": [ "ember-addon"