Skip to content

Commit 0db3047

Browse files
author
Suchita Doshi
committed
Release 0.2.6
1 parent fb4c977 commit 0db3047

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.6 (2020-03-29)
2+
3+
#### :bug: Bug Fix
4+
* [#42](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/42) Fix the removal of computed decorators ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
16
## v0.2.5 (2020-01-14)
27

38
#### :bug: 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-tracked-properties-codemod",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
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)