Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 24, 2020
1 parent a388fd3 commit a1ae780
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.2.1 (2020-04-24)

#### :bug: Bug Fix
* [#30](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/30) Ensure `setTelemetryWithKey` is exported properly. ([@suchitadoshi1987](https://github.com/suchitadoshi1987))

#### Committers: 1
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))

## v1.2.0 (2020-04-24)

#### :rocket: Enhancement
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.2.0",
"version": "1.2.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 a1ae780

Please sign in to comment.