From a2e4cc3287d8307e38b95c06fb5295e2af1a0280 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:31:01 +0100 Subject: [PATCH] chore(main): release @instill-ai/typescript-sdk 0.0.8 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc9a13..057726a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.8](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.7...@instill-ai/typescript-sdk-v0.0.8) (2023-10-01) + + +### Miscellaneous + +* Namananand/ins 2172 update typescript sdk docs ([#20](https://github.com/instill-ai/typescript-sdk/issues/20)) ([4961eaa](https://github.com/instill-ai/typescript-sdk/commit/4961eaa4303c39c4f915713582a460952788adec)) +* Namananand/ins 2235 update sdk docs for new refactor ([#24](https://github.com/instill-ai/typescript-sdk/issues/24)) ([5143759](https://github.com/instill-ai/typescript-sdk/commit/51437597201ec6de3cebd2cb6670c26802d8fbfd)) +* refactor docs and remove unused files ([#23](https://github.com/instill-ai/typescript-sdk/issues/23)) ([5a080e1](https://github.com/instill-ai/typescript-sdk/commit/5a080e140e7c280d3bb5989425a2e421ce0b0682)) +* update client instance refactor ([#22](https://github.com/instill-ai/typescript-sdk/issues/22)) ([d8aa4b7](https://github.com/instill-ai/typescript-sdk/commit/d8aa4b71c144425be88bcf1ee6b552a249b52050)) + ## [0.0.7](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.6...@instill-ai/typescript-sdk-v0.0.7) (2023-09-28) diff --git a/package.json b/package.json index b3cb248..766ac4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.8-rc.13", + "version": "0.0.8", "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 4cc990e..d880dd8 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.7" + ".": "0.0.8" }