Skip to content

Commit e97d335

Browse files
author
Robert Jackson
committed
Release 1.1.0
1 parent 574248c commit e97d335

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.1.0 (2019-11-19)
2+
3+
#### :bug: Bug Fix
4+
* [#25](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/25) Enumerate Component templates. ([@tylerturdenpants](https://github.com/tylerturdenpants))
5+
6+
#### :memo: Documentation
7+
* [#24](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/24) Fix link in README.md ([@ursm](https://github.com/ursm))
8+
9+
#### Committers: 2
10+
- Keita Urashima ([@ursm](https://github.com/ursm))
11+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
12+
113
## v1.0.1 (2019-10-28)
214

315
#### :bug: Bug Fix

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