diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67dcd73..063a4ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.0" + ".": "0.0.1-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..23d2695 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index f417c80..62a5618 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index db692bc..2c77b51 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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