Skip to content

Commit

Permalink
release: 0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 3, 2025
1 parent c372d79 commit 8f32566
Show file tree
Hide file tree
Showing 4 changed files with 29 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.0.1-alpha.1"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 0.0.1-alpha.1 (2025-01-03)

Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/vlm-run/vlmrun-node-sdk/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)

### Bug Fixes

* **client:** normalize method ([dc50ded](https://github.com/vlm-run/vlmrun-node-sdk/commit/dc50ded48581ee1e305910ee07b42553413d2496))


### Chores

* go live ([#1](https://github.com/vlm-run/vlmrun-node-sdk/issues/1)) ([d5f0059](https://github.com/vlm-run/vlmrun-node-sdk/commit/d5f00599abd7f8d9b24ddfa051d41444c1c14b2d))
* **internal:** codegen related update ([8b9ee68](https://github.com/vlm-run/vlmrun-node-sdk/commit/8b9ee68f662919cfc9e91e74218772867216e5dd))
* **internal:** codegen related update ([bdb3282](https://github.com/vlm-run/vlmrun-node-sdk/commit/bdb32827625b6e05961021d2df148454b5111613))
* **internal:** codegen related update ([d703fcb](https://github.com/vlm-run/vlmrun-node-sdk/commit/d703fcbb0d5e4f46c74cbe9b06acce90e8f29b83))
* **internal:** codegen related update ([bad9391](https://github.com/vlm-run/vlmrun-node-sdk/commit/bad93911df586d77a07c39975ea4cc8c234e5888))
* **internal:** fix some typos ([c85fff3](https://github.com/vlm-run/vlmrun-node-sdk/commit/c85fff3f218e51eeaf3b9b619806a11372f1495b))
* **internal:** fix some typos ([0645bb3](https://github.com/vlm-run/vlmrun-node-sdk/commit/0645bb3aa580503a158af8efd99f8113ab15b242))
* update SDK settings ([#3](https://github.com/vlm-run/vlmrun-node-sdk/issues/3)) ([c372d79](https://github.com/vlm-run/vlmrun-node-sdk/commit/c372d79e19803ef3f414aaf384251e23fda841f9))


### Documentation

* minor formatting changes ([2bb0eb9](https://github.com/vlm-run/vlmrun-node-sdk/commit/2bb0eb940e4a87be9284d086445470c9497ad254))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vlmrun",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "The official TypeScript library for the Vlm API",
"author": "Vlm <[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.0.1-alpha.0'; // x-release-please-version
export const VERSION = '0.0.1-alpha.1'; // x-release-please-version

0 comments on commit 8f32566

Please sign in to comment.