Skip to content

Commit

Permalink
Marked v0.3.0 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 25, 2022
1 parent 78315e6 commit b938608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0 (2022-07-25)

### Enhancement
* [#7](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/7) Allowed users to specify podModulePrefix (ember-app) ([@ijlee2](https://github.com/ijlee2))
* [#6](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/6) Added migration strategy for Sass (ember-app, ember-addon, ember-engine) ([@ijlee2](https://github.com/ijlee2))

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


## 0.2.0 (2022-07-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-pod-to-octane",
"version": "0.2.0",
"version": "0.3.0",
"description": "Codemod to un-pod Ember apps, addons, and engines",
"keywords": [
"ember-codemod",
Expand Down

0 comments on commit b938608

Please sign in to comment.