Skip to content

Commit 61e8f3c

Browse files
Release 4.2.2
1 parent b9d8d36 commit 61e8f3c

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
@@ -5,6 +5,25 @@ https://github.com/highlightjs/highlight.js/issues/2277
55

66

77

8+
9+
## v4.2.2 (2022-02-08)
10+
11+
#### :bug: Bug Fix
12+
* [#1108](https://github.com/ember-learn/ember-cli-addon-docs/pull/1108) Fix no implicit this deprecation in docs-demo component ([@nickschot](https://github.com/nickschot))
13+
* [#1045](https://github.com/ember-learn/ember-cli-addon-docs/pull/1045) Fix typo in <DocsKeyboardShortcuts /> component ([@SergeAstapov](https://github.com/SergeAstapov))
14+
15+
#### :memo: Documentation
16+
* [#1083](https://github.com/ember-learn/ember-cli-addon-docs/pull/1083) Consolidate some docs ([@rwwagner90](https://github.com/rwwagner90))
17+
18+
#### :house: Internal
19+
* [#1084](https://github.com/ember-learn/ember-cli-addon-docs/pull/1084) ember-get-config 1.0.0, force embroider < 0.50 ([@rwwagner90](https://github.com/rwwagner90))
20+
* [#1019](https://github.com/ember-learn/ember-cli-addon-docs/pull/1019) Set default CI config blueprints to run all builds ([@SergeAstapov](https://github.com/SergeAstapov))
21+
22+
#### Committers: 3
23+
- Nick Schot ([@nickschot](https://github.com/nickschot))
24+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
25+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
26+
827
## v4.2.1 (2021-12-02)
928

1029
## v4.2.0 (2021-12-02)

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

0 commit comments

Comments
 (0)