Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Apr 26, 2023
1 parent dff3388 commit e24f169
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 131 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog



## v3.2.0 (2023-04-26)

#### :rocket: Enhancement
* [#525](https://github.com/ember-codemods/ember-native-class-codemod/pull/525) Utilize jscodeshift CLI results output ([@gitKrystan](https://github.com/gitKrystan))

#### :bug: Bug Fix
* [#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))

#### :memo: Documentation
* [#531](https://github.com/ember-codemods/ember-native-class-codemod/pull/531) Fix typos in readme ([@gitKrystan](https://github.com/gitKrystan))

#### :house: Internal
* [#529](https://github.com/ember-codemods/ember-native-class-codemod/pull/529) Upgrade Dependencies + Fix CI ([@gitKrystan](https://github.com/gitKrystan))

#### Committers: 1
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))

## v3.1.0 (2023-03-10)

#### :rocket: Enhancement
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ transformation of

<!--TRANSFORMS_START-->
* [ember-object](transforms/ember-object/README.md)
* [helpers](transforms/helpers/README.md)
<!--TRANSFORMS_END-->

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-native-class-codemod",
"version": "3.1.0",
"version": "3.2.0",
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
"keywords": [
"codemod-cli"
Expand Down
Loading

0 comments on commit e24f169

Please sign in to comment.