Skip to content

Commit 372e637

Browse files
release: 0.1.0
1 parent 515ec9b commit 372e637

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-24)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/beeper/desktop-api-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([8bd03c9](https://github.com/beeper/desktop-api-typescript/commit/8bd03c9935ebd6bc1d974c9bac0372f7e16db3eb))
10+
* **api:** update via SDK Studio ([c18aaf2](https://github.com/beeper/desktop-api-typescript/commit/c18aaf23a04b97ab55f43d479ef351724b071462))
11+
* **api:** update via SDK Studio ([34d3a1c](https://github.com/beeper/desktop-api-typescript/commit/34d3a1c3e185bc7fac23983855cb43055244a288))
12+
* **api:** update via SDK Studio ([5dfa3e9](https://github.com/beeper/desktop-api-typescript/commit/5dfa3e98f5f77f3039907c8f799017990bd5836d))
13+
14+
15+
### Chores
16+
17+
* update SDK settings ([5cf5745](https://github.com/beeper/desktop-api-typescript/commit/5cf5745b8b07bdbe89099f3d3d25238cf155c33b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktop-api-typescript",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the Beeper Desktop API",
55
"author": "Beeper Desktop <[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.0.1'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)