Skip to content

Commit 9b3add3

Browse files
committed
chore(release): 1.6.6
1 parent ee0e7fb commit 9b3add3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/compodoc/CHANGELOG.md

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

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

5+
## [1.6.6](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.5...compodoc/v1.6.6) (2021-12-15)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure consistent root based working directory ([4471710](https://github.com/twittwer/nx-tools/commit/44717101fec66d59268812e5f69773abb628ec7e))
11+
* execute compodoc via node_modules instead of package manager ([ee0e7fb](https://github.com/twittwer/nx-tools/commit/ee0e7fba5fd8f7d40e5fbfcefd5dc03690e4b510)), closes [#56](https://github.com/twittwer/nx-tools/issues/56)
12+
13+
14+
515
# 0.1.0 (2021-12-15)
616

717

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": "0.1.0",
3+
"version": "1.6.6",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json",

0 commit comments

Comments
 (0)