Skip to content

Commit effec8c

Browse files
committed
Bump sdk version
1 parent 6b52ba9 commit effec8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the @codebuff/sdk package will be documented in this file.
44

5+
## [0.1.30]
6+
7+
Types updates.
8+
59
## [0.1.20]
610

711
- You can now retrieve the output of an agent in `result.output` if result is the output of an awaited `client.run(...)` call.

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codebuff/sdk",
33
"private": false,
44
"access": "public",
5-
"version": "0.1.29",
5+
"version": "0.1.30",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "Apache-2.0",
88
"type": "module",

0 commit comments

Comments
 (0)