Skip to content

Commit bf2aa42

Browse files
release: 0.1.0-alpha.22
1 parent e3b3da8 commit bf2aa42

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.22 (2025-09-27)
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+
### Bug Fixes
13+
14+
* coerce nullable values to undefined ([5ca85f3](https://github.com/sst/opencode-sdk-js/commit/5ca85f395e722bff524cc1b20d9107a0febf5374))
15+
16+
17+
### Performance Improvements
18+
19+
* faster formatting ([f9fcfce](https://github.com/sst/opencode-sdk-js/commit/f9fcfceb5ac14993cc754d168eb16d7acf7681ca))
20+
21+
22+
### Chores
23+
24+
* ci build action ([390c5bc](https://github.com/sst/opencode-sdk-js/commit/390c5bc6dd6811c86e1b0f904b849feb97edf94d))
25+
* do not install brew dependencies in ./scripts/bootstrap by default ([dac8db1](https://github.com/sst/opencode-sdk-js/commit/dac8db1364ff4673f60400b77607939c89b33337))
26+
* **internal:** codegen related update ([e3b3da8](https://github.com/sst/opencode-sdk-js/commit/e3b3da823252632318d73016aa2dbd090adda81d))
27+
* **internal:** fix incremental formatting in some cases ([80566db](https://github.com/sst/opencode-sdk-js/commit/80566dba1700677b2dcb79907c2652d12257ac23))
28+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([c1cac11](https://github.com/sst/opencode-sdk-js/commit/c1cac11fa7ab368111f4bd9a43f3cadff47c6c5d))
29+
* 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 <[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)