Skip to content

Commit

Permalink
Marked v1.1.0 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 24, 2023
1 parent 672aaa6 commit 5c4c7ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.1.0 (2023-02-24)

### Enhancement
* [#20](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/20) Updated paths after migration (ember-engine) ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#21](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/21) Updated dependencies to the latest version. Installed eslint-plugin-n and eslint-plugin-import. ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#19](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/19) Separated two types of options ([@ijlee2](https://github.com/ijlee2))
* [#17](https://github.com/ijlee2/ember-codemod-pod-to-octane/pull/17) Updated test fixtures ([@ijlee2](https://github.com/ijlee2))

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


## 1.0.1 (2023-01-27)

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

0 comments on commit 5c4c7ed

Please sign in to comment.