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

Commit cb34f5b

Browse files
chore(release): 1.0.0-alpha.11 [skip ci]
1 parent 52f002b commit cb34f5b

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.11](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2023-03-02)
9+
10+
### Bug Fixes
11+
12+
- update package manager ([52f002b](https://github.com/sanity-io/tsdoc/commit/52f002bc228c749288de1fdd7a9b5c8bfe1efc84))
13+
814
## [1.0.0-alpha.10](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2023-03-02)
915

1016
### 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.10",
3+
"version": "1.0.0-alpha.11",
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)