Skip to content

Commit b29af71

Browse files
committed
Release 2.1.0
1 parent 806ba5a commit b29af71

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v2.1.0 (2022-01-11)
2+
3+
#### :rocket: Enhancement
4+
* [#83](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/83) Add `debug` logging ([@Turbo87](https://github.com/Turbo87))
5+
* [#85](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/85) Remove unused logging code ([@Turbo87](https://github.com/Turbo87))
6+
7+
#### :bug: Bug Fix
8+
* [#86](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/86) Fix substring component matches ([@Turbo87](https://github.com/Turbo87))
9+
10+
#### Committers: 4
11+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
12+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
13+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
116
## v2.0.0 (2019-12-15)
217

318
#### :bug: Bug Fix

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