Skip to content

Commit d4a19ca

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-03-06) ### Bug Fixes * **transforms:** skip empty chunks and improve event parsing validation ([2d5ae62](2d5ae62)) ### Features * **api:** add Breadboard API client library and configuration files ([7f9920d](7f9920d)) * **tests:** add tests for BreadboardClient and event transformers ([47c2d37](47c2d37)) * **tests:** add unit tests for utility functions and type guards ([cbf76a0](cbf76a0))
1 parent 23a9005 commit d4a19ca

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2025-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **transforms:** skip empty chunks and improve event parsing validation ([2d5ae62](https://github.com/ExaDev/breadboard-client/commit/2d5ae623d076953c46fc6d632a141817d582c326))
7+
8+
9+
### Features
10+
11+
* **api:** add Breadboard API client library and configuration files ([7f9920d](https://github.com/ExaDev/breadboard-client/commit/7f9920d4637665f014aade06215232504841531c))
12+
* **tests:** add tests for BreadboardClient and event transformers ([47c2d37](https://github.com/ExaDev/breadboard-client/commit/47c2d375005f34992c350aaa68de2c3716c93036))
13+
* **tests:** add unit tests for utility functions and type guards ([cbf76a0](https://github.com/ExaDev/breadboard-client/commit/cbf76a0da1dff48a8363120a38545f5cd6b4a278))

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"publishConfig": {
4646
"registry": "https://npm.pkg.github.com",
4747
"access": "public"
48-
}
48+
},
49+
"version": "1.0.0"
4950
}

0 commit comments

Comments
 (0)