Skip to content

Commit

Permalink
release: 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 12, 2024
1 parent e63fddd commit 77ffba9
Show file tree
Hide file tree
Showing 4 changed files with 26 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.28.1"
".": "0.29.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.29.0 (2024-11-12)

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

### Features

* **api:** api update ([#302](https://github.com/blockaid-official/blockaid-client-node/issues/302)) ([807fdec](https://github.com/blockaid-official/blockaid-client-node/commit/807fdecbb07a69dee0ffde87cfa163a8d7bfac1e))
* **api:** api update ([#304](https://github.com/blockaid-official/blockaid-client-node/issues/304)) ([41acd8d](https://github.com/blockaid-official/blockaid-client-node/commit/41acd8dff941c9d348c2ae3ce2eac104d7121713))
* **api:** api update ([#305](https://github.com/blockaid-official/blockaid-client-node/issues/305)) ([fd62a3b](https://github.com/blockaid-official/blockaid-client-node/commit/fd62a3b15e10ebae48d70359b047e39ac113f050))
* **api:** api update ([#306](https://github.com/blockaid-official/blockaid-client-node/issues/306)) ([557a745](https://github.com/blockaid-official/blockaid-client-node/commit/557a745e5065c6fdc903540f9a3c116dffe82d39))
* **api:** api update ([#309](https://github.com/blockaid-official/blockaid-client-node/issues/309)) ([e74673c](https://github.com/blockaid-official/blockaid-client-node/commit/e74673c33e3a6af27b9bb8150f92598f62cfc600))
* **api:** api update ([#312](https://github.com/blockaid-official/blockaid-client-node/issues/312)) ([c16b46f](https://github.com/blockaid-official/blockaid-client-node/commit/c16b46fd4e08af73d6a0cdb012c82df0609d21a4))
* **api:** api update ([#313](https://github.com/blockaid-official/blockaid-client-node/issues/313)) ([1a19626](https://github.com/blockaid-official/blockaid-client-node/commit/1a19626b4dbf697a8d2c802f18c1d985b737da8a))
* **api:** api update ([#316](https://github.com/blockaid-official/blockaid-client-node/issues/316)) ([e63fddd](https://github.com/blockaid-official/blockaid-client-node/commit/e63fddda1580e67f2befea6a772e8d40e0b2576a))
* **api:** manual updates ([#311](https://github.com/blockaid-official/blockaid-client-node/issues/311)) ([c10997e](https://github.com/blockaid-official/blockaid-client-node/commit/c10997ec4c8efec4e36dfe844961a1f5605b76d6))
* **api:** manual updates ([#314](https://github.com/blockaid-official/blockaid-client-node/issues/314)) ([319bc69](https://github.com/blockaid-official/blockaid-client-node/commit/319bc69256c3b78bb85fbc5a920d268ced13e969))
* **api:** manual updates ([#315](https://github.com/blockaid-official/blockaid-client-node/issues/315)) ([94a4e8c](https://github.com/blockaid-official/blockaid-client-node/commit/94a4e8cca931d5e292692ab7fc108545e2d4764e))


### Chores

* remove custom code ([6b34d68](https://github.com/blockaid-official/blockaid-client-node/commit/6b34d682b9f6c6d47f1fc5fad6feefb893ad7a9c))

## 0.28.1 (2024-10-28)

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

0 comments on commit 77ffba9

Please sign in to comment.