Skip to content

Commit

Permalink
Merge pull request #10 from vlm-run/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…hanges--next--components--vlmrun

release: 0.0.1-alpha.2
  • Loading branch information
shahrear33 authored Jan 4, 2025
2 parents 2c6392b + 6625b7d commit cf7daea
Show file tree
Hide file tree
Showing 4 changed files with 12 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.1"
".": "0.0.1-alpha.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.0.1-alpha.2 (2025-01-04)

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

### Chores

* update SDK settings ([#7](https://github.com/vlm-run/vlmrun-node-sdk/issues/7)) ([b1e100a](https://github.com/vlm-run/vlmrun-node-sdk/commit/b1e100a83ed4a281b9c3dcd30d0786eea10f88c4))
* update SDK settings ([#9](https://github.com/vlm-run/vlmrun-node-sdk/issues/9)) ([959d196](https://github.com/vlm-run/vlmrun-node-sdk/commit/959d196b34d968d96ead6d6ab6598818ad47b309))

## 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)
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": "vlmrun",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"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.1'; // x-release-please-version
export const VERSION = '0.0.1-alpha.2'; // x-release-please-version

0 comments on commit cf7daea

Please sign in to comment.