Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 28, 2019
1 parent 14e83b3 commit ead6e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.0.1 (2019-10-28)

#### :bug: Bug Fix
* [#22](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/22) `analyzeEmberObject()` exits too early not allowing to enumerate `helpers` ([@tylerturdenpants](https://github.com/tylerturdenpants))

#### Committers: 1
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))

## v1.0.0 (2019-10-25)

#### :boom: Breaking Change
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-codemods-telemetry-helpers",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "Helpers for gathering app telemetry for codemods.",
"repository": "https://github.com/ember-codemods/ember-codemods-telemetry-helpers",
Expand Down

0 comments on commit ead6e64

Please sign in to comment.