Skip to content

Commit eb68f1f

Browse files
committed
Marked v0.1.5 release for npm
1 parent d85a39c commit eb68f1f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.1.5 (2023-01-23)
2+
3+
### Bug Fix
4+
* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2))
5+
6+
### Documentation
7+
* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2))
8+
* [#9](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/9) Renamed the two types of options ([@ijlee2](https://github.com/ijlee2))
9+
* [#8](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/8) Reorganized helpers for test fixtures ([@ijlee2](https://github.com/ijlee2))
10+
11+
### Committers: 1
12+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13+
14+
115
## 0.1.4 (2023-01-19)
216

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

0 commit comments

Comments
 (0)