Skip to content

Commit ef04777

Browse files
committed
Tagged 0.9.0
1 parent d779182 commit ef04777

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.9.0 (2023-07-14)
4+
5+
### Enhancement
6+
* [#56](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/56) Replaced @babel/plugin-proposal-class-properties with @babel/plugin-transform-class-properties ([@ijlee2](https://github.com/ijlee2))
7+
8+
### Internal
9+
* [#55](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/55) Patched #54 ([@ijlee2](https://github.com/ijlee2))
10+
* [#54](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/54) Supported @typescript-eslint@v6 and prettier@v3 ([@ijlee2](https://github.com/ijlee2))
11+
12+
### Committers: 1
13+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
14+
15+
316
## 0.8.0 (2023-07-06)
417

518
### 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.8.0",
3+
"version": "0.9.0",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)