Skip to content

Commit 73cc52d

Browse files
Release 4.0.2
1 parent 33c9540 commit 73cc52d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ 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+
6+
## v4.0.2 (2021-09-20)
7+
8+
#### :bug: Bug Fix
9+
* [#940](https://github.com/ember-learn/ember-cli-addon-docs/pull/940) fix: yarn.lock with ember-modal-dialog commit ([@ndekeister-us](https://github.com/ndekeister-us))
10+
11+
#### Committers: 1
12+
- Nathanaël Dekeister ([@ndekeister-us](https://github.com/ndekeister-us))
13+
514
## v4.0.1 (2021-09-17)
615

716
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)