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

Commit 4035d9b

Browse files
chore(release): 3.0.2 [skip ci]
1 parent d4594fc commit 4035d9b

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.2](https://github.com/sanity-io/tsdoc/compare/v3.0.1...v3.0.2) (2025-07-28)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency express to ^4.21.2 ([d4594fc](https://github.com/sanity-io/tsdoc/commit/d4594fcb2f796fc8b3622da394e3f0aa772fc82a))
13+
- **deps:** update dependency groq-js to ^1.17.3 ([5955692](https://github.com/sanity-io/tsdoc/commit/59556929bd8221d40cf51494c94cea08374b50fe))
14+
815
## [3.0.1](https://github.com/sanity-io/tsdoc/compare/v3.0.0...v3.0.1) (2025-07-24)
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.1",
3+
"version": "3.0.2",
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)