diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53ecb865..8878352c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.0" + ".": "0.34.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d27117c..752671e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.34.0](https://github.com/privy-io/node-sdk/compare/v0.33.0...v0.34.0) (2026-08-28) + + +### Features + +* add Claude skill for generating auth wrapper services ([#13](https://github.com/privy-io/node-sdk/issues/13)) ([3c3dc78](https://github.com/privy-io/node-sdk/commit/3c3dc78844af100cf9643f6acbb2b79a03b7a32f)) +* **api:** api update ([793b4ac](https://github.com/privy-io/node-sdk/commit/793b4ac2e33b71355508af6e31c759ace60c6557)) +* expose organizations service (incl. KYB) on PrivyClient ([#17](https://github.com/privy-io/node-sdk/issues/17)) ([9ed30c4](https://github.com/privy-io/node-sdk/commit/9ed30c4cbf094e72c35b476f0a8bb3cdd513ab68)) + ## [0.33.0](https://github.com/privy-io/node-sdk/compare/v0.32.0...v0.33.0) (2026-08-27) diff --git a/package.json b/package.json index 694e395f..4e0d1693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@privy-io/node", - "version": "0.33.0", + "version": "0.34.0", "description": "The official TypeScript library for the Privy API API", "author": "Privy API ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index dc173dd4..48199984 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.33.0'; // x-release-please-version +export const VERSION = '0.34.0'; // x-release-please-version