Skip to content

Commit 5b665ae

Browse files
Release 4.0.0
1 parent bbf4576 commit 5b665ae

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@ Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
22
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
33
https://github.com/highlightjs/highlight.js/issues/2277
44

5+
## v4.0.0 (2021-09-15)
6+
7+
#### :boom: Breaking Change
8+
* [#933](https://github.com/ember-learn/ember-cli-addon-docs/pull/933) Require ember-auto-import 2 ([@rwwagner90](https://github.com/rwwagner90))
9+
10+
#### :rocket: Enhancement
11+
* [#932](https://github.com/ember-learn/ember-cli-addon-docs/pull/932) Ember 4 support ([@rwwagner90](https://github.com/rwwagner90))
12+
* [#923](https://github.com/ember-learn/ember-cli-addon-docs/pull/923) Bump some deps, update Ember to 3.28 ([@rwwagner90](https://github.com/rwwagner90))
13+
* [#890](https://github.com/ember-learn/ember-cli-addon-docs/pull/890) Remove liquid fire ([@rwwagner90](https://github.com/rwwagner90))
14+
15+
#### :bug: Bug Fix
16+
* [#921](https://github.com/ember-learn/ember-cli-addon-docs/pull/921) Resolve issue with sidebar showing incorrectly on mobile ([@jkeen](https://github.com/jkeen))
17+
18+
#### :house: Internal
19+
* [#934](https://github.com/ember-learn/ember-cli-addon-docs/pull/934) Use colocated components ([@rwwagner90](https://github.com/rwwagner90))
20+
* [#891](https://github.com/ember-learn/ember-cli-addon-docs/pull/891) Fix highlightjs deprecation ([@rwwagner90](https://github.com/rwwagner90))
21+
* [#887](https://github.com/ember-learn/ember-cli-addon-docs/pull/887) Bump some deps, fix some lint ([@rwwagner90](https://github.com/rwwagner90))
22+
23+
#### Committers: 4
24+
- Jeff Keen ([@jkeen](https://github.com/jkeen))
25+
- Nathanaël Dekeister ([@ndekeister-us](https://github.com/ndekeister-us))
26+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
27+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
28+
529
## v3.0.0 (2021-05-31)
630

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

0 commit comments

Comments
 (0)