From 47e51e75d149eb285533f088dffe5ea6d03d5c29 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:20:15 +0100 Subject: [PATCH] chore(main): release @instill-ai/typescript-sdk 0.0.3 (#7) :robot: I have created a release *beep* *boop* --- ## [0.0.3](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.2...@instill-ai/typescript-sdk-v0.0.3) (2023-09-25) ### Miscellaneous * Namananand/ins 1898 make changes to use sdk independently ([#6](https://github.com/instill-ai/typescript-sdk/issues/6)) ([fbcda4f](https://github.com/instill-ai/typescript-sdk/commit/fbcda4fc9205f189999342194334e86c7747d2ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0fa8d..fe3e18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.2...@instill-ai/typescript-sdk-v0.0.3) (2023-09-25) + + +### Miscellaneous + +* Namananand/ins 1898 make changes to use sdk independently ([#6](https://github.com/instill-ai/typescript-sdk/issues/6)) ([fbcda4f](https://github.com/instill-ai/typescript-sdk/commit/fbcda4fc9205f189999342194334e86c7747d2ab)) + ## [0.0.2](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.1...@instill-ai/typescript-sdk-v0.0.2) (2023-09-22) diff --git a/package.json b/package.json index bd74da4..1b6d72d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.3-rc.0", + "version": "0.0.3", "description": "Instill AI's Typescript SDK", "repository": "https://github.com/instill-ai/typescript-sdk.git", "bugs": "https://github.com/instill-ai/community/issues", diff --git a/release-please/manifest.json b/release-please/manifest.json index 87b912d..f9725af 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.2" + ".": "0.0.3" }