We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d96e9 commit 2101457Copy full SHA for 2101457
2 files changed
CHANGELOG.md
@@ -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
9
* Fix incorrect transform of naked pre-existing this (#41) (87fa534)
10
* update readme with generated transform output (7d7e035)
11
package.json
@@ -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": {
0 commit comments