Skip to content

Commit 68796bd

Browse files
committed
Release 1.0.1
1 parent eef3ecd commit 68796bd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.0.1 (2019-12-14)
2+
3+
#### :bug: Bug Fix
4+
* [#65](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/65) Fix broken `path.parts` condition ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :house: Internal
7+
* [#66](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/66) Add `ember-holy-futuristic-template-namespacing-batman` test cases ([@Turbo87](https://github.com/Turbo87))
8+
* [#64](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/64) CI: Run with code coverage tracking ([@Turbo87](https://github.com/Turbo87))
9+
10+
#### Committers: 1
11+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
12+
113
## v1.0.0 (2019-12-14)
214

315
#### :boom: Breaking Change

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": "1.0.0",
3+
"version": "1.0.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)