Skip to content

Commit 3ef448a

Browse files
committed
Release 0.23.12
1 parent eb65e65 commit 3ef448a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Bug Fixes
44

5-
- Fixed packages mode for packages outside of cwd (again), #2043.
5+
- Fixed packages mode bug introduced in 0.23.12 (again), #2043.
66

77
## v0.23.12 (2022-08-31)
88

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.23.12",
4+
"version": "0.23.13",
55
"homepage": "https://typedoc.org",
66
"main": "./dist/index.js",
77
"exports": {

0 commit comments

Comments
 (0)