Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored May 2, 2024
1 parent 6ddd9b1 commit be7dbd0
Show file tree
Hide file tree
Showing 4 changed files with 19 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.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.1.0-alpha.1 (2024-05-02)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/blockaid-official/blockaid-client-node/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* **api:** update via SDK Studio ([c72a5c8](https://github.com/blockaid-official/blockaid-client-node/commit/c72a5c8092b257a61e539c3066f9f56af1b2fb2a))
* **api:** update via SDK Studio ([#1](https://github.com/blockaid-official/blockaid-client-node/issues/1)) ([6a9222a](https://github.com/blockaid-official/blockaid-client-node/commit/6a9222ad5a172312fa06fccd4924951d15c0c695))
* **api:** update via SDK Studio ([#3](https://github.com/blockaid-official/blockaid-client-node/issues/3)) ([6ddd9b1](https://github.com/blockaid-official/blockaid-client-node/commit/6ddd9b182c924f0a200224aa131dfe22b4d44874))


### Chores

* update SDK settings ([73bafea](https://github.com/blockaid-official/blockaid-client-node/commit/73bafea0cedaccb5d1c8beeada3a6ffb16a112a1))
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.0.1-alpha.0",
"version": "0.1.0-alpha.1",
"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.0.1-alpha.0'; // x-release-please-version
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version

0 comments on commit be7dbd0

Please sign in to comment.