Skip to content

Commit ea004a8

Browse files
Release 0.8.0
1 parent 291c89e commit ea004a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.8.0 (2020-08-01)
2+
3+
#### :boom: Breaking Change
4+
* [#475](https://github.com/ember-learn/ember-cli-addon-docs/pull/475) ember-cli 3.18, some lint fixes ([@rwwagner90](https://github.com/rwwagner90))
5+
* [#474](https://github.com/ember-learn/ember-cli-addon-docs/pull/474) Remove ember-component-css, drop Ember 2.18 support ([@rwwagner90](https://github.com/rwwagner90))
6+
7+
#### Committers: 1
8+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
9+
110
## v0.7.0 (2020-05-05)
211

312
#### :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-cli-addon-docs",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)