We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e007bd commit 90d0facCopy full SHA for 90d0fac
2 files changed
CHANGELOG.md
@@ -13,6 +13,15 @@ https://github.com/highlightjs/highlight.js/issues/2277
13
14
15
16
+
17
+## v7.2.1 (2024-11-20)
18
19
+#### :bug: Bug Fix
20
+* [#1615](https://github.com/ember-learn/ember-cli-addon-docs/pull/1615) Recursively replace ADDON_DOCS_ROOT_URL ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
21
22
+#### Committers: 1
23
+- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
24
25
## v7.2.0 (2024-11-19)
26
27
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-cli-addon-docs",
3
- "version": "7.2.0",
+ "version": "7.2.1",
4
"description": "Easy, beautiful docs for your OSS Ember addons",
5
"keywords": [
6
"ember-addon",
0 commit comments