Skip to content

Commit 3fc2480

Browse files
committed
Marked v0.6.1 release for npm
1 parent 832d250 commit 3fc2480

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.6.1 (2023-05-31)
2+
3+
### Bug Fix
4+
* [#35](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/35) Revert "Set decoratorsBeforeExport to true" ([@ijlee2](https://github.com/ijlee2))
5+
6+
### Enhancement
7+
* [#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))
8+
* [#34](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/34) Set decoratorsBeforeExport to true ([@ijlee2](https://github.com/ijlee2))
9+
* [#33](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/33) Updated latestVersions ([@ijlee2](https://github.com/ijlee2))
10+
11+
### Committers: 1
12+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13+
14+
115
## 0.6.0 (2023-05-23)
216

317
### Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemod-v1-to-v2",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)