Skip to content

Commit 026ce6f

Browse files
Release 7.0.0
1 parent 772f108 commit 026ce6f

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
@@ -11,6 +11,23 @@ https://github.com/highlightjs/highlight.js/issues/2277
1111

1212

1313

14+
15+
## v7.0.0 (2023-12-24)
16+
17+
#### :boom: Breaking Change
18+
* [#1520](https://github.com/ember-learn/ember-cli-addon-docs/pull/1520) ember-cli update to 5.5.0, require node 18+ ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
20+
#### :bug: Bug Fix
21+
* [#1517](https://github.com/ember-learn/ember-cli-addon-docs/pull/1517) fix compatibility with ember-data 5 ([@AmauryD](https://github.com/AmauryD))
22+
23+
#### :house: Internal
24+
* [#1526](https://github.com/ember-learn/ember-cli-addon-docs/pull/1526) Update release-it ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
25+
* [#1518](https://github.com/ember-learn/ember-cli-addon-docs/pull/1518) Update prettier and fix lint ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
26+
27+
#### Committers: 2
28+
- Amaury ([@AmauryD](https://github.com/AmauryD))
29+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
30+
1431
## v6.0.2 (2023-09-12)
1532

1633
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)