You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Appears in changelog section :boom: Breaking Change"
11
-
},
12
-
{
13
-
"impact": "minor",
14
-
"reason": "Appears in changelog section :rocket: Enhancement"
15
-
},
16
8
{
17
9
"impact": "patch",
18
-
"reason": "Appears in changelog section :house: Internal"
10
+
"reason": "Appears in changelog section :bug: Bug Fix"
19
11
}
20
12
],
21
13
"pkgJSONPath": "./package.json"
22
14
}
23
15
},
24
-
"description": "## Release (2023-12-05)\n\nember-angle-brackets-codemod 7.0.0 (major)\n\n#### :boom: Breaking Change\n* [#511](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/511) drop support for node < 16 ([@mansona](https://github.com/mansona))\n* [#509](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/509) Make helpers unambiguious with parens aka subexpressions ([@lolmaus](https://github.com/lolmaus))\n\n#### :rocket: Enhancement\n* [#505](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/505) Bump ember-template-recast to ^6.1.4 ([@lolmaus](https://github.com/lolmaus))\n\n#### :house: Internal\n* [#512](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/512) move to pnpm ([@mansona](https://github.com/mansona))\n* [#510](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/510) setup release-plan ([@mansona](https://github.com/mansona))\n* [#506](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/506) Move fixtures to with-telemetry/ for consistency ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 2\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16
+
"description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* [#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 1\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
# Changelog
2
+
## Release (2024-02-14)
3
+
4
+
ember-angle-brackets-codemod 7.0.1 (patch)
5
+
6
+
#### :bug: Bug Fix
7
+
*[#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))
0 commit comments