Skip to content

Commit c2e530e

Browse files
Release 6.0.1
1 parent 0c29e77 commit c2e530e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ https://github.com/highlightjs/highlight.js/issues/2277
99

1010

1111

12+
13+
## v6.0.1 (2023-09-05)
14+
15+
#### :boom: Breaking Change
16+
* [#1478](https://github.com/ember-learn/ember-cli-addon-docs/pull/1478) Require ember >= 4.4, node >= 16 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
17+
18+
#### :rocket: Enhancement
19+
* [#1454](https://github.com/ember-learn/ember-cli-addon-docs/pull/1454) embroider ready ([@patricklx](https://github.com/patricklx))
20+
21+
#### :bug: Bug Fix
22+
* [#1477](https://github.com/ember-learn/ember-cli-addon-docs/pull/1477) Add `inverse: null` to `hasMany` relationships ([@Shishouille](https://github.com/Shishouille))
23+
* [#1460](https://github.com/ember-learn/ember-cli-addon-docs/pull/1460) pin ember-svg-jar to fix Embroider build ([@patricklx](https://github.com/patricklx))
24+
25+
#### Committers: 4
26+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
27+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
28+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
29+
- Shirin ([@Shishouille](https://github.com/Shishouille))
30+
1231
## v5.2.0 (2023-04-25)
1332

1433
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)