Skip to content

Commit 5989faa

Browse files
release: 0.33.0
1 parent 94f6212 commit 5989faa

4 files changed

Lines changed: 16 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.32.0"
2+
".": "0.33.0"
33
}

CHANGELOG.md

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

3+
## [0.33.0](https://github.com/privy-io/node-sdk/compare/v0.32.0...v0.33.0) (2026-08-27)
4+
5+
6+
### Features
7+
8+
* **api:** api update ([ee5e248](https://github.com/privy-io/node-sdk/commit/ee5e2480163dd89d953ed4def09551b85b62d324))
9+
* **api:** api update ([7007769](https://github.com/privy-io/node-sdk/commit/700776965769a1d7f5dd6f5ccc59a7e8cb85a7ad))
10+
11+
12+
### Bug Fixes
13+
14+
* use internal earn resources in generated tests ([#16](https://github.com/privy-io/node-sdk/issues/16)) ([94f6212](https://github.com/privy-io/node-sdk/commit/94f62128b90d4ae15e02186fd712f777c5dae061))
15+
316
## [0.32.0](https://github.com/privy-io/node-sdk/compare/v0.31.0...v0.32.0) (2026-08-26)
417

518

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.32.0",
3+
"version": "0.33.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.32.0'; // x-release-please-version
1+
export const VERSION = '0.33.0'; // x-release-please-version

0 commit comments

Comments
 (0)