Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jul 9, 2021
2 parents 72228fd + 6266425 commit 3d61871
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
<a name="1.1.13"></a>

## [1.1.13](https://github.com/compodoc/compodoc/compare/1.1.12...1.1.13) (2021-06-09)

### Features

- feat(cli): Support --watch with --exportFormat json ([fdfe925](https://github.com/compodoc/compodoc/commit/fdfe925)), closes [#1087](https://github.com/compodoc/compodoc/issues/1087)

### Bug fixes

- fix(dark): better dark mode ([f93090b](https://github.com/compodoc/compodoc/commit/f93090b)), closes [#1092](https://github.com/compodoc/compodoc/issues/1092)
- fix(cli): remove sleep package | wait 10s if --inspect flag in CONTRIBUTING.md and docs/README.md ([a1d5a1a](https://github.com/compodoc/compodoc/commit/a1d5a1a)), closes [#1090](https://github.com/compodoc/compodoc/issues/1090)

<a name="1.1.12"></a>

## [1.1.12](https://github.com/compodoc/compodoc/compare/1.1.11...1.1.12) (2021-06-07)
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@compodoc/compodoc",
"version": "1.1.12",
"version": "1.1.13",
"description": "The missing documentation tool for your Angular application",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 3d61871

Please sign in to comment.