From 33ddcedeb28f7eac960a32c18e3bb9de7a741357 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:54:51 +0000 Subject: [PATCH] chore: update version to 0.1.3 and update changelog Co-Authored-By: shahrear@vlm.run --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) 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",