Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit fc775b5

Browse files
committed
Release 0.0.2
1 parent 9153005 commit fc775b5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v0.0.2 (2020-01-17)
2+
3+
#### :rocket: Enhancement
4+
* [#149](https://github.com/scalvert/ember-cli-checkup/pull/149) Adding ignore directories to ast-searcher ([@scalvert](https://github.com/scalvert))
5+
* [#38](https://github.com/scalvert/ember-cli-checkup/pull/38) task(tests): Adding tests for checkup class ([@scalvert](https://github.com/scalvert))
6+
7+
#### :bug: Bug Fix
8+
* [#15](https://github.com/scalvert/ember-cli-checkup/pull/15) chore(types): don't smash globby types ([@chriskrycho](https://github.com/chriskrycho))
9+
10+
#### :house: Internal
11+
* [#177](https://github.com/scalvert/ember-cli-checkup/pull/177) Adding release-it configuration ([@scalvert](https://github.com/scalvert))
12+
* [#161](https://github.com/scalvert/ember-cli-checkup/pull/161) Add support for JSON output as well as a consolidated ResultWriter ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
13+
* [#151](https://github.com/scalvert/ember-cli-checkup/pull/151) Fix workflows to cover more events ([@scalvert](https://github.com/scalvert))
14+
15+
#### Committers: 4
16+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
17+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
18+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
19+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
20+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-checkup",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)