Skip to content

Commit 9f98d97

Browse files
release: 0.24.0
1 parent 7b09911 commit 9f98d97

4 files changed

Lines changed: 19 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.23.0"
2+
".": "0.24.0"
33
}

CHANGELOG.md

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

3+
## 0.24.0 (2026-06-26)
4+
5+
Full Changelog: [v0.23.0...v0.24.0](https://github.com/privy-io/node-sdk/compare/v0.23.0...v0.24.0)
6+
7+
### Features
8+
9+
* add swap API to public-api service layer ([#182](https://github.com/privy-io/node-sdk/issues/182)) ([a85b057](https://github.com/privy-io/node-sdk/commit/a85b057a6f23aa83ae3ccbf009cdb7f5c1f281ae))
10+
* **api:** api update ([7b09911](https://github.com/privy-io/node-sdk/commit/7b0991141b24a1a0190533bc0ab116793a2eb74a))
11+
* **api:** api update ([6ae3630](https://github.com/privy-io/node-sdk/commit/6ae3630b2fef6c91f38939054dd97ca89dca2d34))
12+
* **api:** api update ([68fc65c](https://github.com/privy-io/node-sdk/commit/68fc65cd22f380594d6f1177be72ea99915eaec2))
13+
14+
15+
### Bug Fixes
16+
17+
* update action response type imports after API codegen update ([#183](https://github.com/privy-io/node-sdk/issues/183)) ([1022715](https://github.com/privy-io/node-sdk/commit/1022715d3ab0af994568f849ae9b7b07f5a57706))
18+
319
## 0.23.0 (2026-06-23)
420

521
Full Changelog: [v0.22.0...v0.23.0](https://github.com/privy-io/node-sdk/compare/v0.22.0...v0.23.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@privy-io/node",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "The official TypeScript library for the Privy API",
55
"author": "Privy API <support@privy.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.23.0'; // x-release-please-version
1+
export const VERSION = '0.24.0'; // x-release-please-version

0 commit comments

Comments
 (0)