Skip to content

Commit

Permalink
Release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 19, 2024
1 parent 3fe4959 commit 9c9b87e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ https://github.com/highlightjs/highlight.js/issues/2277




## v7.2.0 (2024-11-19)

#### :rocket: Enhancement
* [#1582](https://github.com/ember-learn/ember-cli-addon-docs/pull/1582) Fix @ember/string dependency ([@anehx](https://github.com/anehx))

#### :bug: Bug Fix
* [#1556](https://github.com/ember-learn/ember-cli-addon-docs/pull/1556) Fixed typo in <DocsViewer::XNav> ([@ijlee2](https://github.com/ijlee2))

#### :house: Internal
* [#1595](https://github.com/ember-learn/ember-cli-addon-docs/pull/1595) Update babel, deps, ember, switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 3
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
- Jonas Metzener ([@anehx](https://github.com/anehx))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v7.0.1 (2024-02-06)

## v7.0.0 (2023-12-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-addon-docs",
"version": "7.1.0",
"version": "7.2.0",
"description": "Easy, beautiful docs for your OSS Ember addons",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9c9b87e

Please sign in to comment.