Skip to content

Commit bf49307

Browse files
committed
v5.1.0
1 parent c4e6355 commit bf49307

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v5.1.0 (2021-05-07)
4+
5+
#### :rocket: Enhancement
6+
* [#700](https://github.com/simplabs/ember-test-selectors/pull/700) Convert class based template compilation plugin to functional style ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :house: Internal
9+
* [#704](https://github.com/simplabs/ember-test-selectors/pull/704) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87))
10+
* [#701](https://github.com/simplabs/ember-test-selectors/pull/701) dummy: Add missing `this.` prefixes ([@Turbo87](https://github.com/Turbo87))
11+
12+
#### Committers: 1
13+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
14+
315
## v5.0.0 (2020-09-02)
416

517
This release drops support for Ember.js versions below v3.8 due to an update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-test-selectors",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Enabling better Test selectors in Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)