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
+
{
17
+
"impact": "patch",
18
+
"reason": "Appears in changelog section :bug: Bug Fix"
19
+
},
20
+
{
21
+
"impact": "patch",
22
+
"reason": "Appears in changelog section :house: Internal"
23
+
}
24
+
],
25
+
"pkgJSONPath": "./package.json"
26
+
}
27
+
},
28
+
"description": "## Release (2023-12-06)\n\nember-native-class-codemod 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-native-class-codemod`\n * [#544](https://github.com/ember-codemods/ember-native-class-codemod/pull/544) drop support for node 14 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-native-class-codemod`\n * [#533](https://github.com/ember-codemods/ember-native-class-codemod/pull/533) Allow 'helpers' and 'adapters' in type config ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :bug: Bug Fix\n* `ember-native-class-codemod`\n * [#545](https://github.com/ember-codemods/ember-native-class-codemod/pull/545) convert to pnpm ([@mansona](https://github.com/mansona))\n * [#534](https://github.com/ember-codemods/ember-native-class-codemod/pull/534) Only get telemetry if transform is actually needed ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* `ember-native-class-codemod`\n * [#546](https://github.com/ember-codemods/ember-native-class-codemod/pull/546) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,28 @@
1
1
# Changelog
2
+
## Release (2023-12-06)
3
+
4
+
ember-native-class-codemod 4.0.0 (major)
5
+
6
+
#### :boom: Breaking Change
7
+
*`ember-native-class-codemod`
8
+
*[#544](https://github.com/ember-codemods/ember-native-class-codemod/pull/544) drop support for node 14 ([@mansona](https://github.com/mansona))
9
+
10
+
#### :rocket: Enhancement
11
+
*`ember-native-class-codemod`
12
+
*[#533](https://github.com/ember-codemods/ember-native-class-codemod/pull/533) Allow 'helpers' and 'adapters' in type config ([@gitKrystan](https://github.com/gitKrystan))
13
+
14
+
#### :bug: Bug Fix
15
+
*`ember-native-class-codemod`
16
+
*[#545](https://github.com/ember-codemods/ember-native-class-codemod/pull/545) convert to pnpm ([@mansona](https://github.com/mansona))
17
+
*[#534](https://github.com/ember-codemods/ember-native-class-codemod/pull/534) Only get telemetry if transform is actually needed ([@gitKrystan](https://github.com/gitKrystan))
18
+
19
+
#### :house: Internal
20
+
*`ember-native-class-codemod`
21
+
*[#546](https://github.com/ember-codemods/ember-native-class-codemod/pull/546) start using release-plan ([@mansona](https://github.com/mansona))
22
+
23
+
#### Committers: 2
24
+
- Chris Manson ([@mansona](https://github.com/mansona))
0 commit comments