Skip to content

Commit e2e0135

Browse files
committed
Marked v0.4.0 release for npm
1 parent dd3e0bc commit e2e0135

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.4.0 (2023-03-06)
2+
3+
### Bug Fix
4+
* [#22](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/22) Downstreamed changes from @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
5+
* [#21](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/21) Move packages from dependencies to devDependencies only when the package exists ([@ijlee2](https://github.com/ijlee2))
6+
7+
### Enhancement
8+
* [#23](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/23) Accounted for public assets ([@ijlee2](https://github.com/ijlee2))
9+
10+
### Internal
11+
* [#20](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/20) Update dependencies to the latest version ([@ijlee2](https://github.com/ijlee2))
12+
* [#19](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/19) Chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
#### Committers: 1
15+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
16+
17+
118
## 0.3.2 (2023-02-10)
219

320
### 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.3.2",
3+
"version": "0.4.0",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)