Skip to content

Commit 91ab44b

Browse files
release: 0.1.0
1 parent 23f76a7 commit 91ab44b

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.0.1"
2+
".": "0.1.0"
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 (2025-12-15)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/warpdotdev/warp-sdk-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([540303c](https://github.com/warpdotdev/warp-sdk-typescript/commit/540303c2ba99574bb60154d7bd0571275cb4f2c6))
10+
* **api:** manual updates ([caf8aea](https://github.com/warpdotdev/warp-sdk-typescript/commit/caf8aea70db2910cf39047dfa607fd8504919bbb))
11+
12+
13+
### Chores
14+
15+
* update SDK settings ([23f76a7](https://github.com/warpdotdev/warp-sdk-typescript/commit/23f76a7cc7763be919d488512c055c665ba119cb))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "warp-sdk",
3-
"version": "0.0.1",
3+
"version": "0.1.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.0.1'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)