diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5b03f..a7ebe6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog +## 0.1.3 (2025-01-10) + +Full Changelog: [v0.1.1...v0.1.3](https://github.com/vlm-run/vlmrun-node-sdk/compare/v0.1.1...v0.1.3) + +### Features + +* update package version to 0.1.3 ([#20](https://github.com/vlm-run/vlmrun-node-sdk/issues/20)) + ## 0.1.1 (2025-01-08) Full Changelog: [v0.1.0...v0.1.1](https://github.com/vlm-run/vlmrun-node-sdk/compare/v0.1.0...v0.1.1) -### Chores +### Features + +* update package version to 0.1.1 ([#18](https://github.com/vlm-run/vlmrun-node-sdk/issues/18)) ## 0.1.0-alpha.2 (2025-01-07) diff --git a/package.json b/package.json index 83e3337..ebddcce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vlmrun", - "version": "0.1.2", + "version": "0.1.3", "description": "The official TypeScript library for the Vlm API", "author": "Vlm ", "types": "dist/index.d.ts",