Skip to content

Commit 905b914

Browse files
author
Suchita Doshi
committed
Release 3.1.0
1 parent f0a1584 commit 905b914

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.1.0 (2020-01-08)
2+
3+
#### :rocket: Enhancement
4+
* [#226](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/226) Add support to skip prefixing `@` for user provided attributes ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
6+
#### :bug: Bug Fix
7+
* [#214](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/214) Fix false negatives for `link-to` with `data-` prefixed route name ([@tylerturdenpants](https://github.com/tylerturdenpants))
8+
9+
#### Committers: 4
10+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
11+
- Sam Selikoff ([@samselikoff](https://github.com/samselikoff))
12+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
13+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
14+
115
## v3.0.1 (2019-12-12)
216

317
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-angle-brackets-codemod",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)