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

Commit fb0e06a

Browse files
chore(release): 1.0.0-alpha.18 [skip ci]
1 parent d1f168c commit fb0e06a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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.18](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2023-06-06)
9+
10+
### Features
11+
12+
- allow for tree open by default and padding ([#5](https://github.com/sanity-io/tsdoc/issues/5)) ([d1f168c](https://github.com/sanity-io/tsdoc/commit/d1f168c0d1373dfc06c5277d045149ef30b9c37d))
13+
814
## [1.0.0-alpha.17](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2023-06-02)
915

1016
### Features

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.17",
3+
"version": "1.0.0-alpha.18",
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)