Skip to content

Commit 4b94a0f

Browse files
Release 5.1.0
1 parent 8583dde commit 4b94a0f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

88

99

10+
11+
## v5.1.0 (2022-12-01)
12+
13+
#### :boom: Breaking Change
14+
* [#1363](https://github.com/ember-learn/ember-cli-addon-docs/pull/1363) Ember 4.8, require Ember 3.28+ ([@rwwagner90](https://github.com/rwwagner90))
15+
16+
#### :bug: Bug Fix
17+
* [#1276](https://github.com/ember-learn/ember-cli-addon-docs/pull/1276) avoid using `this.set` (Closes [#1275](https://github.com/ember-learn/ember-cli-addon-docs/issues/1275)) ([@geneukum](https://github.com/geneukum))
18+
19+
#### Committers: 2
20+
- Geordan Neukum ([@geneukum](https://github.com/geneukum))
21+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
22+
1023
## v5.0.0 (2022-06-30)
1124

1225
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)