Skip to content

Commit 2651d17

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent c5daf43 commit 2651d17

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.0.0 (2019-10-25)
2+
3+
#### :boom: Breaking Change
4+
* [#14](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/14) Require consumer to specify telemetry gathering implementation. ([@tylerturdenpants](https://github.com/tylerturdenpants))
5+
6+
#### :bug: Bug Fix
7+
* [#12](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/12) fix gathering helpers ([@tylerturdenpants](https://github.com/tylerturdenpants))
8+
* [#20](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/20) Support referenced functions from within the gather function ([@tylerturdenpants](https://github.com/tylerturdenpants))
9+
* [#10](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/10) feat: gather-telemetry now takes optional puppeteerArgs Closes [#8](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/issues/8) ([@scottkidder](https://github.com/scottkidder))
10+
* [#9](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/9) Fix `Cannot read property '1' of undefined` exception ([@simonihmig](https://github.com/simonihmig))
11+
12+
#### :memo: Documentation
13+
* [#18](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/18) Describe 0.6.0 breaking changes in README. ([@tylerturdenpants](https://github.com/tylerturdenpants))
14+
* [#17](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/17) update readme ([@tylerturdenpants](https://github.com/tylerturdenpants))
15+
* [#15](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/15) [CHORE] Add project description and goals to readme ([@rajasegar](https://github.com/rajasegar))
16+
17+
#### Committers: 4
18+
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
19+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
20+
- Scott Kidder ([@scottkidder](https://github.com/scottkidder))
21+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
22+
123
* Update gather-telemetry.js (#7) (5125860)
224
* Merge pull request #6 from ember-codemods/add-badges (96bcbd0)
325
* add badges to readme (1a1ed86)

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