Skip to content

Commit e24f169

Browse files
committed
Release 3.2.0
1 parent dff3388 commit e24f169

File tree

4 files changed

+474
-131
lines changed

4 files changed

+474
-131
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
5+
## v3.2.0 (2023-04-26)
6+
7+
#### :rocket: Enhancement
8+
* [#525](https://github.com/ember-codemods/ember-native-class-codemod/pull/525) Utilize jscodeshift CLI results output ([@gitKrystan](https://github.com/gitKrystan))
9+
10+
#### :bug: Bug Fix
11+
* [#524](https://github.com/ember-codemods/ember-native-class-codemod/pull/524) Retain async / generator behavior on class methods (Closes [#521](https://github.com/ember-codemods/ember-native-class-codemod/issues/521)) ([@gitKrystan](https://github.com/gitKrystan))
12+
13+
#### :memo: Documentation
14+
* [#531](https://github.com/ember-codemods/ember-native-class-codemod/pull/531) Fix typos in readme ([@gitKrystan](https://github.com/gitKrystan))
15+
16+
#### :house: Internal
17+
* [#529](https://github.com/ember-codemods/ember-native-class-codemod/pull/529) Upgrade Dependencies + Fix CI ([@gitKrystan](https://github.com/gitKrystan))
18+
19+
#### Committers: 1
20+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
21+
422
## v3.1.0 (2023-03-10)
523

624
#### :rocket: Enhancement

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ transformation of
9393

9494
<!--TRANSFORMS_START-->
9595
* [ember-object](transforms/ember-object/README.md)
96+
* [helpers](transforms/helpers/README.md)
9697
<!--TRANSFORMS_END-->
9798

9899
## Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-native-class-codemod",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)