Skip to content

Commit

Permalink
Marked v0.6.1 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed May 31, 2023
1 parent 832d250 commit 3fc2480
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.6.1 (2023-05-31)

### Bug Fix
* [#35](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/35) Revert "Set decoratorsBeforeExport to true" ([@ijlee2](https://github.com/ijlee2))

### Enhancement
* [#36](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/36) Addressed syntax deprecation from @babel/plugin-proposal-decorators ([@ijlee2](https://github.com/ijlee2))
* [#34](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/34) Set decoratorsBeforeExport to true ([@ijlee2](https://github.com/ijlee2))
* [#33](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/33) Updated latestVersions ([@ijlee2](https://github.com/ijlee2))

### Committers: 1
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 0.6.0 (2023-05-23)

### Enhancement
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-codemod-v1-to-v2",
"version": "0.6.0",
"version": "0.6.1",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit 3fc2480

Please sign in to comment.