Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 14, 2019
1 parent 60191dd commit 9c00a7f
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.0.0 (2019-12-14)

#### :boom: Breaking Change
* [#62](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62) Rewrite `PathExpression` visitor code ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#62](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62) Rewrite `PathExpression` visitor code ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#54](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/54) Remove unused explicit dependencies ([@Turbo87](https://github.com/Turbo87))
* [#55](https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/55) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))

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

* Merge pull request #50 from suchitadoshi1987/suchita/customHelpers (9713041)
* Merge pull request #49 from suchitadoshi1987/suchita/supportwallstreet (57d0a65)
* Add config option to support custom helpers (c1c4918)
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": "0.8.0",
"version": "1.0.0",
"description": "Codemods for transforming variable usage to be prefixed with `this`, when appropriate",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 9c00a7f

Please sign in to comment.