Skip to content

Commit 7492ca6

Browse files
release: 0.0.2
1 parent 5cf5745 commit 7492ca6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.0.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-08-24)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/beeper/desktop-api-typescript/compare/v0.0.1...v0.0.2)
6+
7+
### Chores
8+
9+
* 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": "beeper-desktop-api",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The official TypeScript library for the Beeper Desktop API API",
55
"author": "Beeper Desktop API <help@beeper.com>",
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.0.2'; // x-release-please-version

0 commit comments

Comments
 (0)