Skip to content

Commit bdc6562

Browse files
release: 1.0.0-alpha.4
1 parent a4979e8 commit bdc6562

4 files changed

Lines changed: 16 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-
".": "1.0.0-alpha.3"
2+
".": "1.0.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.4 (2026-02-06)
4+
5+
Full Changelog: [v1.0.0-alpha.3...v1.0.0-alpha.4](https://github.com/warpdotdev/warp-sdk-typescript/compare/v1.0.0-alpha.3...v1.0.0-alpha.4)
6+
7+
### Features
8+
9+
* **api:** add computer_use_enabled param ([240bfbc](https://github.com/warpdotdev/warp-sdk-typescript/commit/240bfbc553994ba01d28eff9b4936842ebf9d46a))
10+
11+
12+
### Chores
13+
14+
* **internal:** upgrade pnpm ([48a300d](https://github.com/warpdotdev/warp-sdk-typescript/commit/48a300d8f63d7adc4a5152231cc9fd73f01f8db8))
15+
316
## 1.0.0-alpha.3 (2026-02-05)
417

518
Full Changelog: [v1.0.0-alpha.2...v1.0.0-alpha.3](https://github.com/warpdotdev/warp-sdk-typescript/compare/v1.0.0-alpha.2...v1.0.0-alpha.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "warp-agent-sdk",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"description": "The official TypeScript library for the Warp API API",
55
"author": "Warp API <>",
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 = '1.0.0-alpha.3'; // x-release-please-version
1+
export const VERSION = '1.0.0-alpha.4'; // x-release-please-version

0 commit comments

Comments
 (0)