Skip to content

Commit 9380027

Browse files
committed
Marked v0.1.3 release for npm
1 parent cf992bc commit 9380027

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.3 (2023-01-18)
2+
3+
### Documentation
4+
* [#4](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/4) Added tests and refactored code (Part 2) ([@ijlee2](https://github.com/ijlee2))
5+
* [#3](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/3) Added tests and refactored code (Part 1) ([@ijlee2](https://github.com/ijlee2))
6+
7+
### Committers: 1
8+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
9+
10+
111
## 0.1.2 (2023-01-16)
212

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

0 commit comments

Comments
 (0)