Skip to content

Commit d694fce

Browse files
release: 0.2.4
1 parent 6c7fd81 commit d694fce

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

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

3+
## 0.2.4 (2026-03-24)
4+
5+
Full Changelog: [v0.2.3...v0.2.4](https://github.com/tembo/sdk/compare/v0.2.3...v0.2.4)
6+
7+
### Bug Fixes
8+
9+
* **client:** preserve URL params already embedded in path ([56529a8](https://github.com/tembo/sdk/commit/56529a847ccd6028e30f7bebcd46b58046e2a297))
10+
* **docs/contributing:** correct pnpm link command ([75edc3f](https://github.com/tembo/sdk/commit/75edc3f544adce0837d96a23da45693712bf8351))
11+
12+
13+
### Chores
14+
15+
* **ci:** skip uploading artifacts on stainless-internal branches ([c79f69f](https://github.com/tembo/sdk/commit/c79f69f39500a34b0fa1893a609a00a060f81ccb))
16+
* **internal:** codegen related update ([0b8f63e](https://github.com/tembo/sdk/commit/0b8f63e4fb0d01fd53493a455d1c7c6086463a81))
17+
* **internal:** move stringifyQuery implementation to internal function ([fa98a54](https://github.com/tembo/sdk/commit/fa98a54e9875cc40ae2f31f2adbc2fd2b325a12b))
18+
* **internal:** tweak CI branches ([ede6659](https://github.com/tembo/sdk/commit/ede6659f8aa825fa58c1cc62ff0fa0f74df52dd0))
19+
* **internal:** update dependencies to address dependabot vulnerabilities ([3d46895](https://github.com/tembo/sdk/commit/3d4689542463a7d74896c8c2a64b27478d81a35f))
20+
* **internal:** update gitignore ([6c7fd81](https://github.com/tembo/sdk/commit/6c7fd819771812f517bfd9a018b2fa7e0a72f984))
21+
322
## 0.2.3 (2026-01-31)
423

524
Full Changelog: [v0.2.2...v0.2.3](https://github.com/tembo/sdk/compare/v0.2.2...v0.2.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tembo-io/sdk",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "The official TypeScript library for the Tembo API",
55
"author": "Tembo <darren@tembo.io>",
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.2.3'; // x-release-please-version
1+
export const VERSION = '0.2.4'; // x-release-please-version

0 commit comments

Comments
 (0)