Skip to content

Commit

Permalink
release: 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 17, 2024
1 parent d165a1a commit 7c4ed9a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.29.1"
".": "0.30.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.29.1'; // x-release-please-version
export const VERSION = '0.30.0'; // x-release-please-version

0 comments on commit 7c4ed9a

Please sign in to comment.