Skip to content

Commit 2101457

Browse files
committed
Release 0.7.3
1 parent d9d96e9 commit 2101457

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.7.3 (2019-10-28)
2+
3+
#### :house: Internal
4+
* [#39](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/39) Improve Integration Tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
5+
6+
#### Committers: 1
7+
- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
8+
19
* Fix incorrect transform of naked pre-existing this (#41) (87fa534)
210
* update readme with generated transform output (7d7e035)
311

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.2",
3+
"version": "0.7.3",
44
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)