diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8878352c..3a39fd8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.0" + ".": "0.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 752671e4..09b1fa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.35.0](https://github.com/privy-io/node-sdk/compare/v0.34.0...v0.35.0) (2026-09-04) + + +### Features + +* **api:** api update ([e54bd7e](https://github.com/privy-io/node-sdk/commit/e54bd7e768d325ff6d8c79dc476014eb39935ca2)) +* **api:** api update ([cf5b2d8](https://github.com/privy-io/node-sdk/commit/cf5b2d8c7eaaebc51cdb20dbd82fda6bd495f408)) +* **api:** api update ([6dd8830](https://github.com/privy-io/node-sdk/commit/6dd8830ca44c82c7f2b40fa03724f11196603d35)) +* **api:** api update ([58116ef](https://github.com/privy-io/node-sdk/commit/58116ef2a7c17f23a6b8a7bca17cae33405d7fbb)) +* **api:** api update ([b035183](https://github.com/privy-io/node-sdk/commit/b035183aba9ec49ffa13f78aeb251089a03975d0)) + + +### Chores + +* publish stable GitHub releases ([#18](https://github.com/privy-io/node-sdk/issues/18)) ([2794645](https://github.com/privy-io/node-sdk/commit/27946457ad93c10134ed4c41c50a16044de404e3)) + ## [0.34.0](https://github.com/privy-io/node-sdk/compare/v0.33.0...v0.34.0) (2026-08-28) diff --git a/package.json b/package.json index 4e0d1693..0c771b12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@privy-io/node", - "version": "0.34.0", + "version": "0.35.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 48199984..3f1d4329 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.34.0'; // x-release-please-version +export const VERSION = '0.35.0'; // x-release-please-version