Skip to content

Commit 4d06222

Browse files
authored
chore(main): release 2.12.3 (#42)
1 parent a9129cb commit 4d06222

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.12.3](https://github.com/zakodium/typedoc-action/compare/v2.12.2...v2.12.3) (2025-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* get typedoc.json from the right directory ([#41](https://github.com/zakodium/typedoc-action/issues/41)) ([a9129cb](https://github.com/zakodium/typedoc-action/commit/a9129cb4445ec164ca9349c0321ebed0723738dc))
9+
310
## [2.12.2](https://github.com/zakodium/typedoc-action/compare/v2.12.1...v2.12.2) (2025-08-19)
411

512

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-action",
33
"private": true,
4-
"version": "2.12.2",
4+
"version": "2.12.3",
55
"description": "Build documentation using TypeDoc",
66
"type": "module",
77
"repository": {

0 commit comments

Comments
 (0)