diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d0383b..2a8d2858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v5.1.0 (2021-05-07) + +#### :rocket: Enhancement +* [#700](https://github.com/simplabs/ember-test-selectors/pull/700) Convert class based template compilation plugin to functional style ([@Turbo87](https://github.com/Turbo87)) + +#### :house: Internal +* [#704](https://github.com/simplabs/ember-test-selectors/pull/704) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87)) +* [#701](https://github.com/simplabs/ember-test-selectors/pull/701) dummy: Add missing `this.` prefixes ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + ## v5.0.0 (2020-09-02) This release drops support for Ember.js versions below v3.8 due to an update diff --git a/package.json b/package.json index a9f69eb8..13bbb395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-test-selectors", - "version": "5.0.0", + "version": "5.1.0", "description": "Enabling better Test selectors in Ember.js applications.", "keywords": [ "ember-addon"