Skip to content

Commit 122c696

Browse files
author
Robert Jackson
committed
Release 2.1.0
1 parent 43a4455 commit 122c696

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v2.1.0 (2021-04-13)
4+
5+
#### :rocket: Enhancement
6+
* [#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))
7+
8+
#### Committers: 1
9+
- Tyler Becks ([@tylerbecks](https://github.com/tylerbecks))
10+
11+
312
## v2.0.0 (2020-12-14)
413

514
#### :boom: Breaking Change

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-native-class-codemod",
3-
"version": "2.0.0",
3+
"version": "2.1.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)