Skip to content

Commit 7a912c0

Browse files
Release 6.0.2
1 parent 40e7b39 commit 7a912c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ https://github.com/highlightjs/highlight.js/issues/2277
1010

1111

1212

13+
14+
## v6.0.2 (2023-09-12)
15+
16+
#### :bug: Bug Fix
17+
* [#1485](https://github.com/ember-learn/ember-cli-addon-docs/pull/1485) Add ember-tether to dependencies ([@barryofguilder](https://github.com/barryofguilder))
18+
* [#1488](https://github.com/ember-learn/ember-cli-addon-docs/pull/1488) Forward @class argument in `docs-viewer/x-nav-list` component ([@SergeAstapov](https://github.com/SergeAstapov))
19+
20+
#### Committers: 2
21+
- Jason Barry ([@barryofguilder](https://github.com/barryofguilder))
22+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
23+
1324
## v6.0.1 (2023-09-05)
1425

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

0 commit comments

Comments
 (0)