Skip to content

Commit 06741d5

Browse files
committed
Marked v0.4.1 release for npm
1 parent 31b2678 commit 06741d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.4.1 (2023-03-10)
2+
3+
### Bug Fix
4+
* [#25](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/25) Removed the useRelativePaths step ([@ijlee2](https://github.com/ijlee2))
5+
6+
### Internal
7+
* [#24](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/24) Wrapped globSync and extracted blueprintRoot ([@ijlee2](https://github.com/ijlee2))
8+
9+
### Committers: 1
10+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
11+
12+
113
## 0.4.0 (2023-03-06)
214

315
### Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemod-v1-to-v2",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)