Skip to content

Commit

Permalink
Tagged 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 11, 2024
1 parent 2266bb0 commit de4e85a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.0.0 (2024-10-11)

### Breaking Change
* [#65](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/65) Merged v1-addon and engine ([@ijlee2](https://github.com/ijlee2))
* [#63](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/63) Changed possible values for --type ([@ijlee2](https://github.com/ijlee2))

### Enhancement
* [#67](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/67) Removed unnecessary joins ([@ijlee2](https://github.com/ijlee2))
* [#65](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/65) Merged v1-addon and engine ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#66](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/66) Simplified test fixtures ([@ijlee2](https://github.com/ijlee2))
* [#64](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/64) Renamed packages in test fixtures ([@ijlee2](https://github.com/ijlee2))

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


## 2.0.8 (2024-08-28)

### Internal
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-pod-to-octane",
"version": "2.0.8",
"version": "3.0.0",
"description": "Codemod to un-pod Ember apps, addons, and engines",
"keywords": [
"codemod",
Expand Down

0 comments on commit de4e85a

Please sign in to comment.