Skip to content

Commit

Permalink
release: 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Aug 22, 2024
1 parent 40ec6c4 commit a7e3f2f
Show file tree
Hide file tree
Showing 4 changed files with 15 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.22.0"
".": "0.23.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.23.0 (2024-08-22)

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

### Features

* **api:** manual updates ([#205](https://github.com/blockaid-official/blockaid-client-node/issues/205)) ([4f38d44](https://github.com/blockaid-official/blockaid-client-node/commit/4f38d449a5a4fe5c3ad8404c073556e7a13f0974))
* **api:** manual updates ([#207](https://github.com/blockaid-official/blockaid-client-node/issues/207)) ([f47ce0b](https://github.com/blockaid-official/blockaid-client-node/commit/f47ce0bbe75cb26a269904a2447bdae6d8d49a70))
* **api:** manual updates ([#208](https://github.com/blockaid-official/blockaid-client-node/issues/208)) ([2e0ee0b](https://github.com/blockaid-official/blockaid-client-node/commit/2e0ee0b7b48bd7dea79d236de389b05a42c4d6a5))
* **api:** manual updates ([#209](https://github.com/blockaid-official/blockaid-client-node/issues/209)) ([0fd649c](https://github.com/blockaid-official/blockaid-client-node/commit/0fd649c2691df8537a8952678260e136d1221cff))
* **api:** OpenAPI spec update via Stainless API ([#210](https://github.com/blockaid-official/blockaid-client-node/issues/210)) ([40ec6c4](https://github.com/blockaid-official/blockaid-client-node/commit/40ec6c49bb6c014439b5fad1b0e703fc5ef9e374))

## 0.22.0 (2024-08-21)

Full Changelog: [v0.21.0...v0.22.0](https://github.com/blockaid-official/blockaid-client-node/compare/v0.21.0...v0.22.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.22.0",
"version": "0.23.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.22.0'; // x-release-please-version
export const VERSION = '0.23.0'; // x-release-please-version

0 comments on commit a7e3f2f

Please sign in to comment.