Skip to content

Commit 02ab84c

Browse files
release: 0.1.0-alpha.22
1 parent d50a212 commit 02ab84c

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
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.1.0-alpha.21"
2+
".": "0.1.0-alpha.22"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.22 (2025-08-20)
4+
5+
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/sst/opencode-sdk-js/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
6+
7+
### Features
8+
9+
* **api:** api update ([fd8c262](https://github.com/sst/opencode-sdk-js/commit/fd8c26290adbf276c934332d717789c0b78c582f))
10+
* **api:** api update ([55931d4](https://github.com/sst/opencode-sdk-js/commit/55931d472b522c2cc5daad8e282afd4730812fc5))
11+
* **mcp:** add code execution tool ([d50a212](https://github.com/sst/opencode-sdk-js/commit/d50a212441e49be3318824694b49319ef4a78e8e))
12+
13+
14+
### Chores
15+
16+
* **deps:** update dependency @types/node to v20.17.58 ([d93d8d5](https://github.com/sst/opencode-sdk-js/commit/d93d8d50f3ff7a8ef50b49aa5652005609085572))
17+
* **internal:** codegen related update ([3ff1be2](https://github.com/sst/opencode-sdk-js/commit/3ff1be29a016d9f1041b7288fcc346ffe94cda8e))
18+
* **internal:** formatting change ([34a6207](https://github.com/sst/opencode-sdk-js/commit/34a6207205de33fce81248269d774b1cdcaa85ca))
19+
* **internal:** move publish config ([ba0fe7f](https://github.com/sst/opencode-sdk-js/commit/ba0fe7f12436681848c323526c42002dd3e23140))
20+
* **internal:** remove redundant imports config ([878b3bd](https://github.com/sst/opencode-sdk-js/commit/878b3bd0593b4eb108a75a5101c6ba36707f16ee))
21+
* **internal:** update comment in script ([aea29b3](https://github.com/sst/opencode-sdk-js/commit/aea29b3cd7a7e431c12f961cf5fbc72ad15b370d))
22+
* update @stainless-api/prism-cli to v5.15.0 ([6b87e0e](https://github.com/sst/opencode-sdk-js/commit/6b87e0ec1fd41de02441e7dfbc1e73beed57f67e))
23+
324
## 0.1.0-alpha.21 (2025-07-28)
425

526
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/sst/opencode-sdk-js/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/sdk",
3-
"version": "0.1.0-alpha.21",
3+
"version": "0.1.0-alpha.22",
44
"description": "The official TypeScript library for the Opencode API",
55
"author": "Opencode <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.21'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.22'; // x-release-please-version

0 commit comments

Comments
 (0)