Skip to content

Commit 6a6ef68

Browse files
committed
Release 0.7.1
1 parent 5f6ae02 commit 6a6ef68

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* Fix @args swapped with this.args (#40) (5f6ae02)
2+
* update telemetry helpers tp (#38) (e3e4c1c)
3+
* Update telemetry-helpers (#37) (4f08318)
4+
* Test multiple ember versions (#29) (cb53ef2)
5+
* Use GitHub Actions for parallel running (4c395fc)
6+
* add 3.13 app (4c259f3)
7+
* move old app to 3.10 (2849e1c)
8+
19
* add minimal docs + collect telemetry while running the codemod (#8) (27aad4e)
210
* update readme (5b86872)
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.0",
3+
"version": "0.7.1",
44
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)