From faec834f15a4f24ce2bbdb103b98bd3df0108152 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:59:10 +0100 Subject: [PATCH] chore(main): release @instill-ai/typescript-sdk 0.0.9 --- 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 057726a..0b9500d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.0.9](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.8...@instill-ai/typescript-sdk-v0.0.9) (2023-10-06) + + +### Miscellaneous + +* folder rename example app ([#25](https://github.com/instill-ai/typescript-sdk/issues/25)) ([d80a1b7](https://github.com/instill-ai/typescript-sdk/commit/d80a1b75fe4b69f58047169884732956d6874c22)) +* Namananand/ins 2271 update sdk params ([#28](https://github.com/instill-ai/typescript-sdk/issues/28)) ([2079be3](https://github.com/instill-ai/typescript-sdk/commit/2079be38c2df29da8b4130f6039d311826dd4027)) +* Namananand/ins 2271 update sdk params ([#29](https://github.com/instill-ai/typescript-sdk/issues/29)) ([c21a9ef](https://github.com/instill-ai/typescript-sdk/commit/c21a9ef52c7608d31ff3b2bdc58be8a8655e648e)) +* update params name accessToken --> apiToken ([#27](https://github.com/instill-ai/typescript-sdk/issues/27)) ([046c5c0](https://github.com/instill-ai/typescript-sdk/commit/046c5c06b28c1c01d395fc1b792349c43ff93043)) + ## [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) diff --git a/package.json b/package.json index 766ac4b..03f6593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.8", + "version": "0.0.9", "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 d880dd8..8ee7310 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.8" + ".": "0.0.9" }