Skip to content

Commit ec3c04a

Browse files
author
Robert Jackson
committed
Release 0.2.1
1 parent 83a4d85 commit ec3c04a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.2.1 (2019-06-19)
2+
3+
#### :bug: Bug Fix
4+
* [#125](https://github.com/ember-codemods/ember-es6-class-codemod/pull/125) Handle module failures gracefully while gathering telemetry. ([@rwjblue](https://github.com/rwjblue))
5+
* [#124](https://github.com/ember-codemods/ember-es6-class-codemod/pull/124) Add puppeteer launch flag to ignore https errors ([@ssutar](https://github.com/ssutar))
6+
7+
#### :memo: Documentation
8+
* [#123](https://github.com/ember-codemods/ember-es6-class-codemod/pull/123) Add some missing fields to package.json. ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 2
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
- Santosh Sutar ([@ssutar](https://github.com/ssutar))
13+
114
## v0.2.0 (2019-06-18)
215

316
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-es6-class-codemod",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Codemods for transforming ember app code to native ES6 class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)