Skip to content

Commit ead6e64

Browse files
author
Robert Jackson
committed
Release 1.0.1
1 parent 14e83b3 commit ead6e64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.1 (2019-10-28)
2+
3+
#### :bug: Bug Fix
4+
* [#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))
5+
6+
#### Committers: 1
7+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
8+
19
## v1.0.0 (2019-10-25)
210

311
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemods-telemetry-helpers",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"description": "Helpers for gathering app telemetry for codemods.",
66
"repository": "https://github.com/ember-codemods/ember-codemods-telemetry-helpers",

0 commit comments

Comments
 (0)