From dbfad773c2913770f874a4c9d3018981ce4feb51 Mon Sep 17 00:00:00 2001 From: "builder-blobby[bot]" <299287442+builder-blobby[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:44:11 +0000 Subject: [PATCH] release: 0.29.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98004448..8316a6de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a7a324..fe219677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [0.29.0](https://github.com/privy-io/node-sdk/compare/v0.28.0...v0.29.0) (2026-08-14) + + +### Features + +* add xrpl support to pk entropyToBytes ([#197](https://github.com/privy-io/node-sdk/issues/197)) ([78ab325](https://github.com/privy-io/node-sdk/commit/78ab325d41b8a76173c196555fb1c9887b64ec1e)) +* **api:** api update ([0d6a001](https://github.com/privy-io/node-sdk/commit/0d6a00187c754e623c84536edc21527fcf57d994)) +* **api:** api update ([5076b87](https://github.com/privy-io/node-sdk/commit/5076b87dfc83bdeb13547459fdd70f736a48501e)) +* **api:** api update ([3024e1e](https://github.com/privy-io/node-sdk/commit/3024e1ecc8745809b821363a08996294904bbabb)) +* **api:** api update ([439747d](https://github.com/privy-io/node-sdk/commit/439747df700aad6adae26423092237355c06de38)) +* **api:** api update ([50a5b1e](https://github.com/privy-io/node-sdk/commit/50a5b1e32063bc7c39bdcd07981020a5beaa83dc)) +* **api:** api update ([61deb74](https://github.com/privy-io/node-sdk/commit/61deb74cfaabac0e491bcb14aaef97afb9c891a2)) +* **api:** api update ([bbf479c](https://github.com/privy-io/node-sdk/commit/bbf479ce30f10b706c89a8b7512485d1ad341033)) +* **api:** api update ([95d4d67](https://github.com/privy-io/node-sdk/commit/95d4d677c11da3932bd5db7f52776b94338f1ecc)) +* **api:** api update ([1463eed](https://github.com/privy-io/node-sdk/commit/1463eed70a957897118deb175c3ba01760885de7)) +* **api:** api update ([66352f9](https://github.com/privy-io/node-sdk/commit/66352f9dbd0c2acdffac8a524205edbacbc87ab2)) +* **api:** api update ([2474aca](https://github.com/privy-io/node-sdk/commit/2474aca1b23859603fb7a7eb9aa448e63ea237cc)) +* **api:** api update ([85c926e](https://github.com/privy-io/node-sdk/commit/85c926e7ea7426b06514ff5e80533a06494c1d49)) +* **api:** api update ([b966ee6](https://github.com/privy-io/node-sdk/commit/b966ee61659fcc329c1817d0b184f7f19d1ed0d4)) +* **api:** api update ([df5bcad](https://github.com/privy-io/node-sdk/commit/df5bcadca59ceb1997d056a6887b88f991a7c476)) +* **api:** api update ([0f504ef](https://github.com/privy-io/node-sdk/commit/0f504ef4ec8ffc9b72265b6c3c213af47b2c4950)) +* initial stlc build ([e088aca](https://github.com/privy-io/node-sdk/commit/e088acaadbc24afa72233d767c3f9cdf1b708d29)) + + +### Bug Fixes + +* **ci:** authenticate staging back-sync with builder blobby ([429e12c](https://github.com/privy-io/node-sdk/commit/429e12cebd36ef8c0dab616749cf420009761660)) + ## 0.28.0 (2026-07-24) Full Changelog: [v0.27.0...v0.28.0](https://github.com/privy-io/node-sdk/compare/v0.27.0...v0.28.0) diff --git a/package.json b/package.json index d2b5a72a..4742c9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@privy-io/node", - "version": "0.28.0", + "version": "0.29.0", "description": "The official TypeScript library for the Privy API", "author": "Privy API ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 3e76cc42..bef2b64d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.28.0'; // x-release-please-version +export const VERSION = '0.29.0'; // x-release-please-version