Skip to content

Commit 188c90d

Browse files
committed
Marked v0.1.4 release for npm
1 parent ed34e5e commit 188c90d

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.4 (2023-01-19)
2+
3+
### Bug Fix
4+
* [#6](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/6) Added tests and refactored code (Part 4) ([@ijlee2](https://github.com/ijlee2))
5+
* [#5](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/5) Added tests and refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))
6+
7+
### Internal
8+
* [#7](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/7) Updated eslint-plugin-simple-import-sort to v9.0.0 ([@ijlee2](https://github.com/ijlee2))
9+
10+
### Documentation
11+
* [#6](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/6) Added tests and refactored code (Part 4) ([@ijlee2](https://github.com/ijlee2))
12+
* [#5](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/5) Added tests and refactored code (Part 3) ([@ijlee2](https://github.com/ijlee2))
13+
14+
115
## 0.1.3 (2023-01-18)
216

317
### Documentation

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

0 commit comments

Comments
 (0)