Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 15, 2019
1 parent d8d110a commit 7085232
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.1.0 (2019-12-15)

#### :bug: Bug Fix
* [#80](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/80) Fix `hasBlock` handling ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#82](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/82) Replace `recast.transform()` call with `recast.traverse()` ([@Turbo87](https://github.com/Turbo87))
* [#81](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/81) known-helpers: Remove helpers from addons ([@Turbo87](https://github.com/Turbo87))
* [#79](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/79) Remove unused `listr` dependency ([@Turbo87](https://github.com/Turbo87))
* [#70](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/70) Move `getTelemetry()` call out of `plugin.js` file ([@Turbo87](https://github.com/Turbo87))
* [#67](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/67) Use Jest directly ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v1.0.1 (2019-12-14)

#### :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": "1.0.1",
"version": "1.1.0",
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7085232

Please sign in to comment.