Skip to content

Commit

Permalink
Marked v0.4.1 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Mar 10, 2023
1 parent 31b2678 commit 06741d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.4.1 (2023-03-10)

### Bug Fix
* [#25](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/25) Removed the useRelativePaths step ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#24](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/24) Wrapped globSync and extracted blueprintRoot ([@ijlee2](https://github.com/ijlee2))

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


## 0.4.0 (2023-03-06)

### 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.4.0",
"version": "0.4.1",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit 06741d5

Please sign in to comment.