Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 13, 2021
1 parent 43a4455 commit 122c696
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.1.0 (2021-04-13)

#### :rocket: Enhancement
* [#432](https://github.com/ember-codemods/ember-native-class-codemod/pull/432) Support running codemod against an addon's dummy app ([@tylerbecks](https://github.com/tylerbecks))

#### Committers: 1
- Tyler Becks ([@tylerbecks](https://github.com/tylerbecks))


## v2.0.0 (2020-12-14)

#### :boom: Breaking Change
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": "2.0.0",
"version": "2.1.0",
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
"keywords": [
"codemod-cli"
Expand Down

0 comments on commit 122c696

Please sign in to comment.