diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4758222..2e04e49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.32.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b3b51..5f40625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.32.1 (2024-12-12) + +Full Changelog: [v0.32.0...v0.32.1](https://github.com/blockaid-official/blockaid-client-node/compare/v0.32.0...v0.32.1) + +### Chores + +* **internal:** codegen related update ([#350](https://github.com/blockaid-official/blockaid-client-node/issues/350)) ([9bffe7b](https://github.com/blockaid-official/blockaid-client-node/commit/9bffe7b35a0c4966d666dad4a15f732ebb694e60)) +* **internal:** remove unnecessary getRequestClient function ([#348](https://github.com/blockaid-official/blockaid-client-node/issues/348)) ([e02da68](https://github.com/blockaid-official/blockaid-client-node/commit/e02da68a2c64b13c0e9d403e3b25deac1421d4a7)) + ## 0.32.0 (2024-12-10) Full Changelog: [v0.31.0...v0.32.0](https://github.com/blockaid-official/blockaid-client-node/compare/v0.31.0...v0.32.0) diff --git a/package.json b/package.json index b9969e5..8f73da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockaid/client", - "version": "0.32.0", + "version": "0.32.1", "description": "The official TypeScript library for the Blockaid API", "author": "Blockaid ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index b413d15..ab5165f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.32.0'; // x-release-please-version +export const VERSION = '0.32.1'; // x-release-please-version