Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 11, 2022
1 parent 806ba5a commit b29af71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v2.1.0 (2022-01-11)

#### :rocket: Enhancement
* [#83](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/83) Add `debug` logging ([@Turbo87](https://github.com/Turbo87))
* [#85](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/85) Remove unused logging code ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#86](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/86) Fix substring component matches ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v2.0.0 (2019-12-15)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-no-implicit-this-codemod",
"version": "2.0.0",
"version": "2.1.0",
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b29af71

Please sign in to comment.