Skip to content

Commit f8a67e6

Browse files
committed
Release 0.7.2
1 parent 87fa534 commit f8a67e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fix incorrect transform of naked pre-existing this (#41) (87fa534)
2+
* update readme with generated transform output (7d7e035)
3+
14
* Fix @args swapped with this.args (#40) (5f6ae02)
25
* update telemetry helpers tp (#38) (e3e4c1c)
36
* Update telemetry-helpers (#37) (4f08318)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-no-implicit-this-codemod",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)