We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bebf85 commit da28041Copy full SHA for da28041
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v3.1.2 (2020-01-13)
2
+
3
+#### :bug: Bug Fix
4
+* [#234](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/234) Add skipAttributesThatMatchRegex to config ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5
6
+#### Committers: 1
7
+- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
8
9
## v3.1.1 (2020-01-10)
10
11
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-angle-brackets-codemod",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "Codemod to convert to Angle brackets syntax",
"keywords": [
"codemod-cli",
0 commit comments