Skip to content

Commit 40a6fc7

Browse files
release: 0.1.0-alpha.63
1 parent a20c3ee commit 40a6fc7

4 files changed

Lines changed: 20 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.1.0-alpha.62"
2+
".": "0.1.0-alpha.63"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.63 (2026-06-17)
4+
5+
Full Changelog: [v0.1.0-alpha.62...v0.1.0-alpha.63](https://github.com/useschedo/node-typescript-sdk/compare/v0.1.0-alpha.62...v0.1.0-alpha.63)
6+
7+
### Bug Fixes
8+
9+
* **client:** send content-type header for requests with an omitted optional body ([a20c3ee](https://github.com/useschedo/node-typescript-sdk/commit/a20c3ee25576c250cfce55fd25bf1748d5241ecc))
10+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([b85d16d](https://github.com/useschedo/node-typescript-sdk/commit/b85d16db2e14b900733b7edb17c244374deae855))
11+
12+
13+
### Chores
14+
15+
* **format:** run eslint and prettier separately ([1e3c29d](https://github.com/useschedo/node-typescript-sdk/commit/1e3c29dcc37616b7668f550409bbcadceb2bcf7d))
16+
* **internal:** codegen related update ([1474147](https://github.com/useschedo/node-typescript-sdk/commit/1474147ba3cfb46220115f31c2385edbcb2c8a50))
17+
* redact api-key headers in debug logs ([2308df5](https://github.com/useschedo/node-typescript-sdk/commit/2308df56ccb714b5c3c41667d31a3e6d41211d98))
18+
* **tests:** remove redundant File import ([cd050c5](https://github.com/useschedo/node-typescript-sdk/commit/cd050c50da8081a579df00caad053ddc8097596b))
19+
320
## 0.1.0-alpha.62 (2026-04-28)
421

522
Full Changelog: [v0.1.0-alpha.61...v0.1.0-alpha.62](https://github.com/useschedo/node-typescript-sdk/compare/v0.1.0-alpha.61...v0.1.0-alpha.62)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@useschedo/node-sdk",
3-
"version": "0.1.0-alpha.62",
3+
"version": "0.1.0-alpha.63",
44
"description": "The official TypeScript library for the Schedo API",
55
"author": "Schedo <dev-feedback@schedo.dev>",
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.1.0-alpha.62'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.63'; // x-release-please-version

0 commit comments

Comments
 (0)