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

Commit 223e9ef

Browse files
chore(release): 1.0.0-alpha.3 [skip ci]
1 parent bf23d9a commit 223e9ef

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.3](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-10-12)
9+
10+
### Bug Fixes
11+
12+
- add exports to release document ([bf23d9a](https://github.com/sanity-io/tsdoc/commit/bf23d9aae818c801257cf1bda1dfe10acd30846e))
13+
814
## [1.0.0-alpha.2](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-10-12)
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.2",
3+
"version": "1.0.0-alpha.3",
44
"sideEffects": false,
55
"types": "./dist/exports/index.d.ts",
66
"source": "./exports/index.ts",

0 commit comments

Comments
 (0)