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

Commit 3f5d35a

Browse files
chore(release): 1.0.0-alpha.16 [skip ci]
1 parent e74c6ad commit 3f5d35a

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+
## [1.0.0-alpha.16](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2023-05-24)
9+
10+
### Bug Fixes
11+
12+
- **core:** set optional properties ([ba67a14](https://github.com/sanity-io/tsdoc/commit/ba67a142e1fe5d4cfceb98de0ed373799d6e1429))
13+
- update dependencies ([b801d30](https://github.com/sanity-io/tsdoc/commit/b801d3080996cd6773110abc144c345edd5c1e01))
14+
815
## [1.0.0-alpha.15](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2023-05-16)
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": "1.0.0-alpha.15",
3+
"version": "1.0.0-alpha.16",
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)