We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6a69d commit f65812aCopy full SHA for f65812a
2 files changed
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+## v0.2.0 (2019-08-09)
2
+
3
+#### :rocket: Enhancement
4
+* [#2](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/2) Initial implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
5
6
+#### Committers: 3
7
+- Dustin Masters ([@dustinsoftware](https://github.com/dustinsoftware))
8
+- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9
+- Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-no-implicit-this-codemod",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
"license": "MIT",
"repository": {
0 commit comments