Skip to content

Commit b07e9e8

Browse files
author
Suchita Doshi
committed
Release 3.1.1
1 parent 21d0c11 commit b07e9e8

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,3 +1,11 @@
1+
## v3.1.1 (2020-01-10)
2+
3+
#### :bug: Bug Fix
4+
* [#229](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/229) Accept `skipAttributesThatMatchRegex ` option values as an array of regex strings ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
6+
#### Committers: 1
7+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
8+
19
## v3.1.0 (2020-01-08)
210

311
#### :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-angle-brackets-codemod",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)