Skip to content

Commit b0f34fd

Browse files
author
Robert Jackson
committed
Release 2.1.0
1 parent b472e3d commit b0f34fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v2.1.0 (2021-04-13)
4+
5+
#### :rocket: Enhancement
6+
* [#40](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/40) Support add-on dummy app files ([@xg-wang](https://github.com/xg-wang))
7+
8+
#### :house: Internal
9+
* [#41](https://github.com/ember-codemods/ember-codemods-telemetry-helpers/pull/41) Add basic GitHub Actions setup ([@rwjblue](https://github.com/rwjblue))
10+
11+
#### Committers: 2
12+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
13+
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
14+
15+
316
## v2.0.0 (2020-11-20)
417

518
#### :boom: Breaking Change

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