Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit c3205d9

Browse files
chore(release): 3.0.9 [skip ci]
1 parent 9c9349a commit c3205d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.0.9](https://github.com/sanity-io/tsdoc/compare/v3.0.8...v3.0.9) (2025-08-08)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency @microsoft/api-extractor to v7.52.10 ([29365a0](https://github.com/sanity-io/tsdoc/commit/29365a09398afd6eb9565bbf582498e95de6209b))
13+
- **deps:** update dependency @sanity/pkg-utils to ^7.11.4 ([#718](https://github.com/sanity-io/tsdoc/issues/718)) ([9c9349a](https://github.com/sanity-io/tsdoc/commit/9c9349a9da35fbc53e3cd04981c50f0e56eb33de))
14+
815
## [3.0.8](https://github.com/sanity-io/tsdoc/compare/v3.0.7...v3.0.8) (2025-08-06)
916

1017
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/tsdoc",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)