Skip to content

Commit 7ff2463

Browse files
Merge pull request #6 from typespecs/release-please--branches--main--components--blocknote
chore(main): release 0.1.0
2 parents 2dd5b55 + c11ea0b commit 7ff2463

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/typespecs/BlockNote/compare/v0.0.1...v0.1.0) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* initial release ([edfcb73](https://github.com/typespecs/BlockNote/commit/edfcb73d4a6d4836ed3e26ba8800b6c282a08156))
9+
10+
11+
### Bug Fixes
12+
13+
* do not include unrelated artifacts in publish ([4f5bda5](https://github.com/typespecs/BlockNote/commit/4f5bda574ae03a29695e9b0bf3917a105427a917))
14+
315
## [0.1.0](https://github.com/typespecs/BlockNote/compare/blocknote-v0.0.1...blocknote-v0.1.0) (2026-02-18)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typespecs/blocknote",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "TypeSpec definitions for BlockNote document schema",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)