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

Commit bc6c576

Browse files
chore(release): 1.0.0-alpha.1 [skip ci]
1 parent bff328b commit bc6c576

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- markdownlint-disable --><!-- textlint-disable -->
2+
3+
# 📓 Changelog
4+
5+
All notable changes to this project will be documented in this file. See
6+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7+
8+
## 1.0.0-alpha.1 (2022-10-12)
9+
10+
### Features
11+
12+
- initial commit ([bff328b](https://github.com/sanity-io/tsdoc/commit/bff328b0cb740f11dee7b8759d32cb4425c9332d))

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

0 commit comments

Comments
 (0)