Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 28, 2019
1 parent d9d96e9 commit 2101457
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.7.3 (2019-10-28)

#### :house: Internal
* [#39](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/39) Improve Integration Tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

* Fix incorrect transform of naked pre-existing this (#41) (87fa534)
* update readme with generated transform output (7d7e035)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-no-implicit-this-codemod",
"version": "0.7.2",
"version": "0.7.3",
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2101457

Please sign in to comment.