Skip to content

Commit 5bfbf28

Browse files
Release 10.0.1
1 parent 65a46a3 commit 5bfbf28

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
4+
## v10.0.1 (2025-11-07)
5+
6+
#### :bug: Bug Fix
7+
* [#1686](https://github.com/ember-learn/ember-cli-addon-docs/pull/1686) Handle when addons are installed elsewhere ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
8+
9+
#### :house: Internal
10+
* [#1685](https://github.com/ember-learn/ember-cli-addon-docs/pull/1685) Update ember-concurrency to v5 ([@anehx](https://github.com/anehx))
11+
12+
#### Committers: 2
13+
- Jonas Metzener ([@anehx](https://github.com/anehx))
14+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
316
## v10.0.0 (2025-11-05)
417

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

0 commit comments

Comments
 (0)