Skip to content

Commit

Permalink
Tagged 0.9.0
Browse files Browse the repository at this point in the history
ijlee2 committed Jul 14, 2023
1 parent d779182 commit ef04777
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.9.0 (2023-07-14)

### Enhancement
* [#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))

### Internal
* [#55](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/55) Patched #54 ([@ijlee2](https://github.com/ijlee2))
* [#54](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/54) Supported @typescript-eslint@v6 and prettier@v3 ([@ijlee2](https://github.com/ijlee2))

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


## 0.8.0 (2023-07-06)

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

0 comments on commit ef04777

Please sign in to comment.