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

Commit 27f750a

Browse files
chore(release): 1.0.0-alpha.8 [skip ci]
1 parent 6513095 commit 27f750a

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.8](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-10-13)
9+
10+
### Bug Fixes
11+
12+
- improve rendering ([4cb6621](https://github.com/sanity-io/tsdoc/commit/4cb6621ca63138cf71058c07a32e890eb2c24036))
13+
- remove debugging delay ([6513095](https://github.com/sanity-io/tsdoc/commit/65130953817d8612c26f4a5139890caf56b37fd4))
14+
815
## [1.0.0-alpha.7](https://github.com/sanity-io/tsdoc/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-10-13)
916

1017
### 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.7",
3+
"version": "1.0.0-alpha.8",
44
"sideEffects": false,
55
"types": "./dist/exports/index.d.ts",
66
"source": "./exports/index.ts",

0 commit comments

Comments
 (0)