Skip to content

Commit 0cac1f2

Browse files
committed
Marked v0.2.0 release for npm
1 parent dfc6db4 commit 0cac1f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.2.0 (2023-01-27)
2+
3+
### Enhancement
4+
* [#11](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/11) Added files from addon-test-support to addon.publicEntrypoints() ([@ijlee2](https://github.com/ijlee2))
5+
6+
### Committers: 1
7+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
8+
9+
110
## 0.1.5 (2023-01-23)
211

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

0 commit comments

Comments
 (0)