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

Commit 392cbc2

Browse files
chore(release): 3.0.3 [skip ci]
1 parent 8bb934c commit 392cbc2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
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.3](https://github.com/sanity-io/tsdoc/compare/v3.0.2...v3.0.3) (2025-07-28)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency @microsoft/api-extractor to v7.52.9 ([d8a6bdb](https://github.com/sanity-io/tsdoc/commit/d8a6bdb7019fac5df481162cc12c7bd210f0a205))
13+
- **deps:** update dependency @microsoft/api-extractor-model to v7.30.7 ([5c364c4](https://github.com/sanity-io/tsdoc/commit/5c364c4d1e151d2bca2928a74634c788b79b3dd1))
14+
- **deps:** update dependency @sanity/client to ^7.8.1 ([3c1ca2b](https://github.com/sanity-io/tsdoc/commit/3c1ca2b2edfc810d17ab6ce9c3a804e1b3758e23))
15+
- **deps:** update dependency @sanity/pkg-utils to ^7.9.12 ([911abfb](https://github.com/sanity-io/tsdoc/commit/911abfb996581c28c512fc3e3b0ea1074b070cb7))
16+
817
## [3.0.2](https://github.com/sanity-io/tsdoc/compare/v3.0.1...v3.0.2) (2025-07-28)
918

1019
### 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.2",
3+
"version": "3.0.3",
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)