Skip to content

Commit fc42124

Browse files
release: 1.0.0-alpha.0
1 parent ba37afd commit fc42124

4 files changed

Lines changed: 25 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.3.0"
2+
".": "1.0.0-alpha.0"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.0 (2026-01-21)
4+
5+
Full Changelog: [v0.3.0...v1.0.0-alpha.0](https://github.com/warpdotdev/warp-sdk-typescript/compare/v0.3.0...v1.0.0-alpha.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** catch up openapi, rename tasks -> runs
10+
11+
### Features
12+
13+
* **api:** catch up openapi, rename tasks -> runs ([ba37afd](https://github.com/warpdotdev/warp-sdk-typescript/commit/ba37afdd4058e549d5f91d849c4ded22909ba2ec))
14+
* **api:** created at filter in list view ([7594f38](https://github.com/warpdotdev/warp-sdk-typescript/commit/7594f384c04394aa1088c3c132579da450f60e23))
15+
16+
17+
### Chores
18+
19+
* break long lines in snippets into multiline ([98aa96c](https://github.com/warpdotdev/warp-sdk-typescript/commit/98aa96ceed31e121df6b97593289bbc663178a8c))
20+
* **internal:** update `actions/checkout` version ([a7cc203](https://github.com/warpdotdev/warp-sdk-typescript/commit/a7cc2030b6b76b88a3b0824d0bb0329779b0e5f2))
21+
* **internal:** update lock file ([7bfcb75](https://github.com/warpdotdev/warp-sdk-typescript/commit/7bfcb758c3bd90a63d48b03c95ee362eb43aa7a8))
22+
* **internal:** upgrade babel, qs, js-yaml ([6f26eb0](https://github.com/warpdotdev/warp-sdk-typescript/commit/6f26eb04ad4dc02fdfd2d686d8f559345ce9dbfa))
23+
* **internal:** upgrade brace-expansion and @babel/helpers ([d446259](https://github.com/warpdotdev/warp-sdk-typescript/commit/d4462597cd87304f04d0c2a8452fdba579939e4b))
24+
325
## 0.3.0 (2026-01-05)
426

527
Full Changelog: [v0.2.0...v0.3.0](https://github.com/warpdotdev/warp-sdk-typescript/compare/v0.2.0...v0.3.0)

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": "0.3.0",
3+
"version": "1.0.0-alpha.0",
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 = '0.3.0'; // x-release-please-version
1+
export const VERSION = '1.0.0-alpha.0'; // x-release-please-version

0 commit comments

Comments
 (0)