Skip to content

Commit cee95b1

Browse files
author
Robert Jackson
committed
Add v0.2.0 CHANGELOG.
1 parent 52560e3 commit cee95b1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
Could not infer "repo" from the "package.json" file.
1+
## v0.2.0 (2019-06-18)
2+
3+
#### :boom: Breaking Change
4+
* [#118](https://github.com/ember-codemods/ember-es6-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### :rocket: Enhancement
7+
* [#118](https://github.com/ember-codemods/ember-es6-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq))
8+
* [#112](https://github.com/ember-codemods/ember-es6-class-codemod/pull/112) Update to use official decorators from Ember as much as possible ([@ssutar](https://github.com/ssutar))
9+
* [#89](https://github.com/ember-codemods/ember-es6-class-codemod/pull/89) Import @service and @controller from @ember packages ([@ssutar](https://github.com/ssutar))
10+
11+
#### :bug: Bug Fix
12+
* [#116](https://github.com/ember-codemods/ember-es6-class-codemod/pull/116) Merge imports from the same module ([@ssutar](https://github.com/ssutar))
13+
* [#94](https://github.com/ember-codemods/ember-es6-class-codemod/pull/94) Add automatic detection of an infinite `@action` loop ([@ssutar](https://github.com/ssutar))
14+
15+
#### :memo: Documentation
16+
* [#121](https://github.com/ember-codemods/ember-es6-class-codemod/pull/121) Update README.md to match recent changes. ([@rwjblue](https://github.com/rwjblue))
17+
18+
#### :house: Internal
19+
* [#122](https://github.com/ember-codemods/ember-es6-class-codemod/pull/122) Add automated release setup and documentation. ([@rwjblue](https://github.com/rwjblue))
20+
21+
#### Committers: 4
22+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
23+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
24+
- Santosh Sutar ([@ssutar](https://github.com/ssutar))
25+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
226

0 commit comments

Comments
 (0)