Skip to content

Commit 8778078

Browse files
release: 0.1.0-alpha.22
1 parent 390c5bc commit 8778078

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.22 (2025-09-06)
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:** manual updates ([7149e6a](https://github.com/sst/opencode-sdk-js/commit/7149e6a0575bc4e5b90489f31f509af7b226e2ec))
10+
11+
12+
### Chores
13+
14+
* ci build action ([390c5bc](https://github.com/sst/opencode-sdk-js/commit/390c5bc6dd6811c86e1b0f904b849feb97edf94d))
15+
* sync repo ([63195c8](https://github.com/sst/opencode-sdk-js/commit/63195c8a634ffa05709a3dccb7113a0d4925dead))

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 <support@sst.dev>",
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)