Skip to content

Commit 6a91f5b

Browse files
committed
chore(compodoc): release version 1.11.0
1 parent 61ff129 commit 6a91f5b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/compodoc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [1.11.0](https://github.com/twittwer/nx-tools/compare/compodoc/v1.10.0...compodoc/v1.11.0) (2024-01-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **compodoc:** correct `coverageTest` behavior ([0861a68](https://github.com/twittwer/nx-tools/commit/0861a6892420a3166ba03c433338a703d27549c3))
11+
12+
13+
### Features
14+
15+
* **compodoc:** add documentation coverage flags support ([#83](https://github.com/twittwer/nx-tools/issues/83)) ([494bf20](https://github.com/twittwer/nx-tools/commit/494bf209855dcab3e575d86585bc9a192082139f))
16+
17+
18+
519
# [1.10.0](https://github.com/twittwer/nx-tools/compare/compodoc/v1.9.0...compodoc/v1.10.0) (2023-06-25)
620

721
### Features

packages/compodoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twittwer/compodoc",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json",

0 commit comments

Comments
 (0)