Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored May 7, 2024
1 parent 7f472e8 commit 6fab23a
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.7.5"
".": "0.8.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.8.0 (2024-05-07)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#22](https://github.com/blockaid-official/blockaid-client-node/issues/22)) ([7f472e8](https://github.com/blockaid-official/blockaid-client-node/commit/7f472e861de7d0dbf30b1ecae289f4451a0fc276))

## 0.7.5 (2024-05-06)

Full Changelog: [v0.7.4...v0.7.5](https://github.com/blockaid-official/blockaid-client-node/compare/v0.7.4...v0.7.5)
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.7.5",
"version": "0.8.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.7.5'; // x-release-please-version
export const VERSION = '0.8.0'; // x-release-please-version

0 comments on commit 6fab23a

Please sign in to comment.