Skip to content

Commit 6d0e227

Browse files
author
Suchita Doshi
committed
Release 0.2.2
1 parent cd84f1b commit 6d0e227

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
Must provide GITHUB_AUTH
1+
## v0.2.2 (2019-12-24)
2+
3+
#### :bug: Bug Fix
4+
* [#3](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/3) update package repo url ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
6+
#### Committers: 1
7+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
8+
29

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-tracked-properties-codemod",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A codemod for transforming your ember app code to start using `@tracked` properties.",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)