Skip to content

Commit f389ecd

Browse files
committed
Marked v0.5.1 release for npm
1 parent cbc4e22 commit f389ecd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.5.1 (2023-05-03)
2+
3+
### Bug Fix
4+
* [#29](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/29) Downstreamed changes from @embroider/addon-blueprint#113. Added CONTRIBUTING.md. ([@ijlee2](https://github.com/ijlee2))
5+
6+
### Internal
7+
* [#29](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/29) Downstreamed changes from @embroider/addon-blueprint#113. Added CONTRIBUTING.md. ([@ijlee2](https://github.com/ijlee2))
8+
9+
### Committers: 1
10+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
11+
12+
113
## 0.5.0 (2023-04-27)
214

315
### Enhancement
@@ -35,7 +47,7 @@
3547
* [#20](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/20) Update dependencies to the latest version ([@ijlee2](https://github.com/ijlee2))
3648
* [#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))
3749

38-
#### Committers: 1
50+
### Committers: 1
3951
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
4052

4153

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

0 commit comments

Comments
 (0)