Skip to content

Commit 8364207

Browse files
committed
v5.2.0
1 parent 951178b commit 8364207

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v5.2.0 (2021-05-14)
4+
5+
#### :rocket: Enhancement
6+
* [#713](https://github.com/simplabs/ember-test-selectors/pull/713) Deprecate automatic attribute bindings ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### Committers: 1
9+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
10+
311
## v5.1.0 (2021-05-07)
412

513
#### :rocket: Enhancement

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.1.0",
3+
"version": "5.2.0",
44
"description": "Enabling better Test selectors in Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)