From 3422f6695cfad050faf0eb11d29fe4afcad011e9 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:05:24 +0100 Subject: [PATCH] chore(main): release @instill-ai/typescript-sdk 0.0.10 (#36) :robot: I have created a release *beep* *boop* --- ## [0.0.10](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.9...@instill-ai/typescript-sdk-v0.0.10) (2023-10-06) ### Miscellaneous * update apiToken data type ([#35](https://github.com/instill-ai/typescript-sdk/issues/35)) ([729d9a4](https://github.com/instill-ai/typescript-sdk/commit/729d9a48f9b3d97a531fb7113761eb56e87740b5)) --- 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 0b9500d..314f458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.9...@instill-ai/typescript-sdk-v0.0.10) (2023-10-06) + + +### Miscellaneous + +* update apiToken data type ([#35](https://github.com/instill-ai/typescript-sdk/issues/35)) ([729d9a4](https://github.com/instill-ai/typescript-sdk/commit/729d9a48f9b3d97a531fb7113761eb56e87740b5)) + ## [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) diff --git a/package.json b/package.json index 03f6593..6115ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.9", + "version": "0.0.10", "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 8ee7310..484add5 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.9" + ".": "0.0.10" }