Skip to content

Commit 30b36be

Browse files
release: 0.5.0
1 parent 6ecd42c commit 30b36be

4 files changed

Lines changed: 21 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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## 0.5.0 (2025-11-06)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/privy-io/node-sdk/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6ecd42c](https://github.com/privy-io/node-sdk/commit/6ecd42cc31f99e8f7013325c59dc1fc2abdc4fa3))
10+
* **api:** api update ([88f69c6](https://github.com/privy-io/node-sdk/commit/88f69c6f13e08b3c3888b4ce6aead85b4e25ccec))
11+
* **api:** api update ([b2f947a](https://github.com/privy-io/node-sdk/commit/b2f947a3af8fdbb90742490abe3a87470a494f10))
12+
* **api:** api update ([ec643d3](https://github.com/privy-io/node-sdk/commit/ec643d358407d68b68c1eadf6773b8b1f8c3b325))
13+
* **api:** api update ([26c2111](https://github.com/privy-io/node-sdk/commit/26c2111f428e1a7dc1704cc6cca29f477d9636fd))
14+
* **api:** api update ([e75a349](https://github.com/privy-io/node-sdk/commit/e75a34952634e3230cc158085c341139c48214ec))
15+
16+
17+
### Chores
18+
19+
* update changelog link in readme ([bc5654f](https://github.com/privy-io/node-sdk/commit/bc5654ff886b3b214a46314dd610a8c55db4e0f9))
20+
321
## 0.4.0 (2025-10-31)
422

523
Full Changelog: [v0.3.0...v0.4.0](https://github.com/privy-io/node-sdk/compare/v0.3.0...v0.4.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.4.0",
3+
"version": "0.5.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.4.0'; // x-release-please-version
1+
export const VERSION = '0.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)