Skip to content

Commit 7085232

Browse files
committed
Release 1.1.0
1 parent d8d110a commit 7085232

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v1.1.0 (2019-12-15)
2+
3+
#### :bug: Bug Fix
4+
* [#80](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/80) Fix `hasBlock` handling ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :house: Internal
7+
* [#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))
8+
* [#81](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/81) known-helpers: Remove helpers from addons ([@Turbo87](https://github.com/Turbo87))
9+
* [#79](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/79) Remove unused `listr` dependency ([@Turbo87](https://github.com/Turbo87))
10+
* [#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))
11+
* [#67](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/67) Use Jest directly ([@Turbo87](https://github.com/Turbo87))
12+
13+
#### Committers: 2
14+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
15+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
16+
117
## v1.0.1 (2019-12-14)
218

319
#### :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": "1.0.1",
3+
"version": "1.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)