Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed May 7, 2021
1 parent c4e6355 commit bf49307
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.0",
"version": "5.1.0",
"description": "Enabling better Test selectors in Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit bf49307

Please sign in to comment.