Skip to content

Commit 8411023

Browse files
Release 1.0.0
1 parent e56e457 commit 8411023

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.0.0 (2020-12-10)
2+
3+
#### :boom: Breaking Change
4+
* [#668](https://github.com/ember-learn/ember-cli-addon-docs/pull/668) Use postcss for sass, convert to angle brackets, update highlight.js ([@rwwagner90](https://github.com/rwwagner90))
5+
* [#553](https://github.com/ember-learn/ember-cli-addon-docs/pull/553) Minimum 3.x series for ember-data addon ([@snewcomer](https://github.com/snewcomer))
6+
7+
#### :house: Internal
8+
* [#671](https://github.com/ember-learn/ember-cli-addon-docs/pull/671) Start converting to native classes ([@rwwagner90](https://github.com/rwwagner90))
9+
* [#585](https://github.com/ember-learn/ember-cli-addon-docs/pull/585) Add test for both ember-concurrency v1 and v2 ([@maxfierke](https://github.com/maxfierke))
10+
11+
#### Committers: 5
12+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13+
- Max Fierke ([@maxfierke](https://github.com/maxfierke))
14+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
15+
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))
16+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
17+
118
## v0.10.0 (2020-09-08)
219

320
#### :rocket: Enhancement

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.10.0",
3+
"version": "1.0.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)