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 4f38d44 commit bc30069
Show file tree
Hide file tree
Showing 4 changed files with 11 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"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))

## 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 bc30069

Please sign in to comment.