Skip to content

Commit d66f34c

Browse files
Release 1.2.0
1 parent 5746c89 commit d66f34c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.2.0 (2020-04-24)
2+
3+
#### :rocket: Enhancement
4+
* [#28](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/28) Add single telemetry support ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
5+
#### :bug: Bug Fix
6+
* [#27](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/27) Fix colon character in cwd on Windows ([@sinankeskin](https://github.com/sinankeskin))
7+
8+
9+
#### Committers: 2
10+
- Sinan Keskin ([@sinankeskin](https://github.com/sinankeskin))
11+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
12+
113
## v1.1.0 (2019-11-19)
214

315
#### :bug: Bug Fix

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.1.0",
3+
"version": "1.2.0",
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)