Skip to content

Commit 6d892cd

Browse files
release: 0.1.0
1 parent d6df667 commit 6d892cd

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-10-11)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/droidrun/cloud-sdk-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([d6df667](https://github.com/droidrun/cloud-sdk-typescript/commit/d6df6679bcca2ac8ccbf3fb83280ef1ad01c5b43))
10+
* **api:** manual updates ([4adb96a](https://github.com/droidrun/cloud-sdk-typescript/commit/4adb96acfb49a1add08e0efb39fe038ac55652ca))
11+
12+
13+
### Chores
14+
15+
* update SDK settings ([0b74e0a](https://github.com/droidrun/cloud-sdk-typescript/commit/0b74e0a25188a41367d3d788f319ddd08551c9d1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "droidrun-cloud",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the Droidrun Cloud API",
55
"author": "Droidrun Cloud <timo@droidrun.ai>",
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)