Skip to content

Commit b903e72

Browse files
Release 3.0.0
1 parent 4054604 commit b903e72

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
2+
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
3+
https://github.com/highlightjs/highlight.js/issues/2277
4+
5+
## v3.0.0 (2021-05-31)
6+
7+
#### :boom: Breaking Change
8+
* [#854](https://github.com/ember-learn/ember-cli-addon-docs/pull/854) Drop ember-concurrency 1.x support, fix ember-keyboard deprecations ([@rwwagner90](https://github.com/rwwagner90))
9+
10+
#### :house: Internal
11+
* [#855](https://github.com/ember-learn/ember-cli-addon-docs/pull/855) Ember 3.26 ([@rwwagner90](https://github.com/rwwagner90))
12+
13+
#### Committers: 2
14+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
15+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
16+
117
## v2.0.0 (2021-05-25)
218

319
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-addon-docs",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)