Skip to content

Commit 9f13e88

Browse files
release: 0.4.0
1 parent 14e8ece commit 9f13e88

4 files changed

Lines changed: 24 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## 0.4.0 (2025-10-27)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/privy-io/node-sdk/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([14e8ece](https://github.com/privy-io/node-sdk/commit/14e8ece32ffb2b3be34ba7ebc75facdd8cf47b23))
10+
* **api:** api update ([f544b69](https://github.com/privy-io/node-sdk/commit/f544b696dd8d657242aa610886929a582605091e))
11+
* **api:** manual updates ([e176edd](https://github.com/privy-io/node-sdk/commit/e176edd851e00b3735139d60501e1577b377d5bc))
12+
* **api:** manual updates ([4ab751b](https://github.com/privy-io/node-sdk/commit/4ab751b070e3ecc7cffab440ea27f22525f1a3e4))
13+
14+
15+
### Bug Fixes
16+
17+
* fixes the types for ID token parsing ([#59](https://github.com/privy-io/node-sdk/issues/59)) ([247140c](https://github.com/privy-io/node-sdk/commit/247140c5e11d08ebb7c18f00cdaa8b91d052f60d))
18+
19+
20+
### Chores
21+
22+
* update SDK settings ([26851c2](https://github.com/privy-io/node-sdk/commit/26851c24cd5ab32a5aad7590cf19cf8615aacf72))
23+
324
## 0.3.0 (2025-10-16)
425

526
Full Changelog: [v0.2.0...v0.3.0](https://github.com/privy-io/node-sdk/compare/v0.2.0...v0.3.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.3.0",
3+
"version": "0.4.0",
44
"description": "The official TypeScript library for the Privy API 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.3.0'; // x-release-please-version
1+
export const VERSION = '0.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)