Skip to content

Commit

Permalink
1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Feb 24, 2022
1 parent 145fc47 commit ac371a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.1.19"></a>

## [1.1.19](https://github.com/compodoc/compodoc/compare/1.1.18...1.1.19) (2022-01-10)

### Merged

- feat: fully parse set accessor type [#1194](https://github.com/compodoc/compodoc/pull/1194), thanks [Killusions](https://github.com/Killusions)

### Bug fixes

- fix(menu): custom-logo links are broken for doc deployments with a path ([bd28dd0](https://github.com/compodoc/compodoc/commit/bd28dd0)), closes [#1203](https://github.com/compodoc/compodoc/issues/1203)
- feat(app): display project properties from package.json file ([b091e19](https://github.com/compodoc/compodoc/commit/b091e19)), closes [#1198](https://github.com/compodoc/compodoc/issues/1198)
- fix(app): Nestjs controllers class inheritance ([06dad8c](https://github.com/compodoc/compodoc/commit/06dad8c)), closes [#1140](https://github.com/compodoc/compodoc/issues/1140)
- fix(app): Directive class inheritance ([765f496](https://github.com/compodoc/compodoc/commit/765f496)), closes [#1140](https://github.com/compodoc/compodoc/issues/1140)
- feat(app): JSDoc tag @internal correct support ([18da1fe](https://github.com/compodoc/compodoc/commit/18da1fe)), closes [#1101](https://github.com/compodoc/compodoc/issues/1101)
- fix(app): @example correct support ([9a1a7e1](https://github.com/compodoc/compodoc/commit/9a1a7e1)), closes [#1099](https://github.com/compodoc/compodoc/issues/1099)
- fix(app): double layer spread support for modules ([e25a4ee](https://github.com/compodoc/compodoc/commit/e25a4ee)), closes [#979](https://github.com/compodoc/compodoc/issues/979)

<a name="1.1.18"></a>

## [1.1.18](https://github.com/compodoc/compodoc/compare/1.1.17...1.1.18) (2022-01-10)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compodoc/compodoc",
"version": "1.1.18",
"version": "1.1.19",
"description": "The missing documentation tool for your Angular application",
"main": "dist/index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"build": "rollup -c rollup/rollup.config.js && npm run build-schematics",
"build-schematics": "tsc --project schematics/tsconfig.json && cp schematics/collection.json dist",
"*********UTILS********": "*******************",
"changelog": " auto-changelog -o CH.md --template tools/changelog-template.hbs -u",
"changelog": "auto-changelog -o CH.md --template tools/changelog-template.hbs -u",
"angularexpo": "npm run pretest && node tools/tests-angularexpo.js",
"download-api-list": "node tools/download-api-list.js",
"codecov": "codecov -f coverage/lcov_merged.info",
Expand Down

0 comments on commit ac371a9

Please sign in to comment.