Skip to content

Commit a1ae780

Browse files
author
Robert Jackson
committed
Release 1.2.1
1 parent a388fd3 commit a1ae780

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.2.1 (2020-04-24)
2+
3+
#### :bug: Bug Fix
4+
* [#30](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/30) Ensure `setTelemetryWithKey` is exported properly. ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
6+
#### Committers: 1
7+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
8+
19
## v1.2.0 (2020-04-24)
210

311
#### :rocket: Enhancement

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemods-telemetry-helpers",
3-
"version": "1.2.0",
3+
"version": "1.2.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)