Skip to content

Commit

Permalink
release: 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 16, 2024
1 parent a218285 commit 19a15ef
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.32.0"
".": "0.33.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.33.0 (2024-12-16)

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

### Features

* **api:** api update ([#351](https://github.com/blockaid-official/blockaid-client-node/issues/351)) ([a218285](https://github.com/blockaid-official/blockaid-client-node/commit/a21828563efd34fed492c5d1828c6c1aff25482f))


### 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)
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.32.0",
"version": "0.33.0",
"description": "The official TypeScript library for the Blockaid API",
"author": "Blockaid <feedback@blockaid.io>",
"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.32.0'; // x-release-please-version
export const VERSION = '0.33.0'; // x-release-please-version

0 comments on commit 19a15ef

Please sign in to comment.