We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bb8d6 commit e7c276fCopy full SHA for e7c276f
CONTRIBUTING.md
@@ -5,6 +5,7 @@ We welcome contributions to this project.
5
## Releasing a new version
6
7
```bash
8
+# Bug, have to remove example pkg json changes.
9
pnpm changeset && pnpm version-packages && grlz 'new version'
10
pnpm release
11
```
packages/langbase/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# `langbase` SDK
2
3
+## 0.4.0
4
+
+### Minor Changes
+- 📦 NEW: TypeScript types in Stream Delta for tool calls
## 0.3.0
### Minor Changes
packages/langbase/package.json
@@ -1,6 +1,6 @@
{
"name": "langbase",
- "version": "0.3.0",
+ "version": "0.4.0",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
0 commit comments