Skip to content

Commit 9c9b87e

Browse files
Release 7.2.0
1 parent 3fe4959 commit 9c9b87e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

1313

1414

15+
16+
## v7.2.0 (2024-11-19)
17+
18+
#### :rocket: Enhancement
19+
* [#1582](https://github.com/ember-learn/ember-cli-addon-docs/pull/1582) Fix @ember/string dependency ([@anehx](https://github.com/anehx))
20+
21+
#### :bug: Bug Fix
22+
* [#1556](https://github.com/ember-learn/ember-cli-addon-docs/pull/1556) Fixed typo in <DocsViewer::XNav> ([@ijlee2](https://github.com/ijlee2))
23+
24+
#### :house: Internal
25+
* [#1595](https://github.com/ember-learn/ember-cli-addon-docs/pull/1595) Update babel, deps, ember, switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
26+
27+
#### Committers: 3
28+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
29+
- Jonas Metzener ([@anehx](https://github.com/anehx))
30+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
31+
1532
## v7.0.1 (2024-02-06)
1633

1734
## v7.0.0 (2023-12-24)

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

0 commit comments

Comments
 (0)