Skip to content

Commit

Permalink
release: 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 24, 2024
1 parent 56181b2 commit 14cee51
Show file tree
Hide file tree
Showing 4 changed files with 21 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.30.0"
".": "0.31.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.31.0 (2024-11-24)

Full Changelog: [v0.30.0...v0.31.0](https://github.com/blockaid-official/blockaid-client-node/compare/v0.30.0...v0.31.0)

### Features

* **api:** api update ([#338](https://github.com/blockaid-official/blockaid-client-node/issues/338)) ([56181b2](https://github.com/blockaid-official/blockaid-client-node/commit/56181b216a5947c08bdc3f034c7c4efc86e29e1d))


### Chores

* remove redundant word in comment ([#337](https://github.com/blockaid-official/blockaid-client-node/issues/337)) ([cb7ed3b](https://github.com/blockaid-official/blockaid-client-node/commit/cb7ed3b3c1a8e202074dac5b9170c49f2c20f794))


### Documentation

* remove suggestion to use `npm` call out ([#335](https://github.com/blockaid-official/blockaid-client-node/issues/335)) ([7e1c108](https://github.com/blockaid-official/blockaid-client-node/commit/7e1c108529ce3ae7b8ce64e1029816f19caf2a0c))

## 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)
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.30.0",
"version": "0.31.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.30.0'; // x-release-please-version
export const VERSION = '0.31.0'; // x-release-please-version

0 comments on commit 14cee51

Please sign in to comment.