From 7c4ed9ad9521a87e461088d6682a7a17c6a0ae95 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:46:23 +0000 Subject: [PATCH] release: 0.30.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 712789e..716d004 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.1" + ".": "0.30.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1925e..5228f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.30.0 (2024-11-17) + +Full Changelog: [v0.29.1...v0.30.0](https://github.com/blockaid-official/blockaid-client-node/compare/v0.29.1...v0.30.0) + +### Features + +* **api:** api update ([#333](https://github.com/blockaid-official/blockaid-client-node/issues/333)) ([d165a1a](https://github.com/blockaid-official/blockaid-client-node/commit/d165a1aeca9ac7044f804199c0ac6ca11565f0eb)) + + +### Chores + +* rebuild project due to codegen change ([#330](https://github.com/blockaid-official/blockaid-client-node/issues/330)) ([aa02f25](https://github.com/blockaid-official/blockaid-client-node/commit/aa02f259942b64b732ce425049d888c8049f3475)) +* rebuild project due to codegen change ([#332](https://github.com/blockaid-official/blockaid-client-node/issues/332)) ([77a1c4e](https://github.com/blockaid-official/blockaid-client-node/commit/77a1c4e9384d5d05a6b4efde8db7123b8ed405cf)) + ## 0.29.1 (2024-11-13) Full Changelog: [v0.29.0...v0.29.1](https://github.com/blockaid-official/blockaid-client-node/compare/v0.29.0...v0.29.1) diff --git a/package.json b/package.json index e73023a..88a5770 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockaid/client", - "version": "0.29.1", + "version": "0.30.0", "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 b8b7a27..91a9bb6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.29.1'; // x-release-please-version +export const VERSION = '0.30.0'; // x-release-please-version