Skip to content

Commit c00b4ab

Browse files
Release 4.1.0
1 parent c00ee1a commit c00b4ab

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ Deprecated as of 10.7.0. Please use highlight(code, options) instead.
33
https://github.com/highlightjs/highlight.js/issues/2277
44

55

6+
7+
## v4.1.0 (2021-12-01)
8+
9+
#### :bug: Bug Fix
10+
* [#1021](https://github.com/ember-learn/ember-cli-addon-docs/pull/1021) Fix LinkTo usage and explicitly provide `@route` and `@models` arguments ([@SergeAstapov](https://github.com/SergeAstapov))
11+
* [#978](https://github.com/ember-learn/ember-cli-addon-docs/pull/978) Fixes broken deployment with ember-auto-import@2 ([@scalvert](https://github.com/scalvert))
12+
13+
#### :memo: Documentation
14+
* [#1017](https://github.com/ember-learn/ember-cli-addon-docs/pull/1017) Fix typo in addon status callout ([@SergeAstapov](https://github.com/SergeAstapov))
15+
* [#981](https://github.com/ember-learn/ember-cli-addon-docs/pull/981) Fix typo at navigation ([@brkn](https://github.com/brkn))
16+
17+
#### :house: Internal
18+
* [#1010](https://github.com/ember-learn/ember-cli-addon-docs/pull/1010) Update linting, bump deps ([@rwwagner90](https://github.com/rwwagner90))
19+
* [#1015](https://github.com/ember-learn/ember-cli-addon-docs/pull/1015) chore: import LinkComponent from `ember/legacy-built-in-components` ([@gilest](https://github.com/gilest))
20+
* [#1006](https://github.com/ember-learn/ember-cli-addon-docs/pull/1006) chore(deps): drop ember-href-to ([@gilest](https://github.com/gilest))
21+
22+
#### Committers: 5
23+
- Berkan Ünal ([@brkn](https://github.com/brkn))
24+
- Giles Thompson ([@gilest](https://github.com/gilest))
25+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
26+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
27+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
28+
629
## v4.0.3 (2021-10-07)
730

831
## v4.0.2 (2021-09-20)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-addon-docs",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Easy, beautiful docs for your OSS Ember addons",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)