Skip to content

Commit f65812a

Browse files
committed
Release 0.2.0
1 parent 2f6a69d commit f65812a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

0 commit comments

Comments
 (0)