Skip to content

Commit 9c00a7f

Browse files
committed
Release 1.0.0
1 parent 60191dd commit 9c00a7f

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.0.0 (2019-12-14)
2+
3+
#### :boom: Breaking Change
4+
* [#62](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62) Rewrite `PathExpression` visitor code ([@Turbo87](https://github.com/Turbo87))
5+
6+
#### :rocket: Enhancement
7+
* [#62](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62) Rewrite `PathExpression` visitor code ([@Turbo87](https://github.com/Turbo87))
8+
9+
#### :house: Internal
10+
* [#54](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/54) Remove unused explicit dependencies ([@Turbo87](https://github.com/Turbo87))
11+
* [#55](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/55) Add dependabot config file ([@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
* Merge pull request #50 from suchitadoshi1987/suchita/customHelpers (9713041)
218
* Merge pull request #49 from suchitadoshi1987/suchita/supportwallstreet (57d0a65)
319
* Add config option to support custom helpers (c1c4918)

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