Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jan 9, 2025
1 parent 619a1d7 commit a1d30f7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 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.1.1"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.2.0 (2025-01-09)

Full Changelog: [v0.1.1...v0.2.0](https://github.com/vlm-run/vlmrun-node-sdk/compare/v0.1.1...v0.2.0)

### Features

* added github workflow to create auto release ([9c30e83](https://github.com/vlm-run/vlmrun-node-sdk/commit/9c30e837cab593ea459d328d98a6109b7162c124))
* chore: remove publish-npm.yml and standardize Node version and Yarn usage ([b486bd5](https://github.com/vlm-run/vlmrun-node-sdk/commit/b486bd573fde0807137e109a9a56ebf8ca3f6348))
* feat: unify release-on-merge with publish-npm style ([77fa90d](https://github.com/vlm-run/vlmrun-node-sdk/commit/77fa90dcb191663be5c90ae9861ae6419d76037f))
* refactor: deprecate release-doctor workflow ([9915c6f](https://github.com/vlm-run/vlmrun-node-sdk/commit/9915c6fbf2e40a4eb01027ef579292b654107ce1))
* refactor: remove deprecated release-doctor workflow ([619a1d7](https://github.com/vlm-run/vlmrun-node-sdk/commit/619a1d7286de20641848fa82e143da4ddcd5493b))


### Bug Fixes

* check auto release ([e0c6a55](https://github.com/vlm-run/vlmrun-node-sdk/commit/e0c6a5538c7283df679f7362a450b3e8785d79b2))

## 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "0.2.0",
"description": "The official TypeScript library for the Vlm API",
"author": "Vlm <[email protected]>",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a1d30f7

Please sign in to comment.