Skip to content

Commit

Permalink
Marked v0.1.5 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jan 23, 2023
1 parent d85a39c commit eb68f1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.1.5 (2023-01-23)

### Bug Fix
* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2))

### Documentation
* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2))
* [#9](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/9) Renamed the two types of options ([@ijlee2](https://github.com/ijlee2))
* [#8](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/8) Reorganized helpers for test fixtures ([@ijlee2](https://github.com/ijlee2))

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


## 0.1.4 (2023-01-19)

### Bug Fix
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-v1-to-v2",
"version": "0.1.4",
"version": "0.1.5",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit eb68f1f

Please sign in to comment.