From a7275296b082c7fbe64986bb30df4fdcdf053af2 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:33:11 +0100 Subject: [PATCH] chore(main): release @instill-ai/typescript-sdk 0.0.11 (#39) :robot: I have created a release *beep* *boop* --- ## [0.0.11](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.10...@instill-ai/typescript-sdk-v0.0.11) (2023-10-23) ### Miscellaneous * adapt new core structure among instill-ai project ([#40](https://github.com/instill-ai/typescript-sdk/issues/40)) ([6fc14eb](https://github.com/instill-ai/typescript-sdk/commit/6fc14eba5a087f4008d41eca25899045d098d6a9)) * Namananand/ins 2251 separate queries mutation and actions for SDK and example ([#38](https://github.com/instill-ai/typescript-sdk/issues/38)) ([5ed98b1](https://github.com/instill-ai/typescript-sdk/commit/5ed98b1be71566d70ba90ac6d693b3a40253ac58)) --- 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 | 8 ++++++++ package.json | 2 +- release-please/manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 314f458..e3246cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.11](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.10...@instill-ai/typescript-sdk-v0.0.11) (2023-10-23) + + +### Miscellaneous + +* adapt new core structure among instill-ai project ([#40](https://github.com/instill-ai/typescript-sdk/issues/40)) ([6fc14eb](https://github.com/instill-ai/typescript-sdk/commit/6fc14eba5a087f4008d41eca25899045d098d6a9)) +* Namananand/ins 2251 separate queries mutation and actions for SDK and example ([#38](https://github.com/instill-ai/typescript-sdk/issues/38)) ([5ed98b1](https://github.com/instill-ai/typescript-sdk/commit/5ed98b1be71566d70ba90ac6d693b3a40253ac58)) + ## [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) diff --git a/package.json b/package.json index 3282fcb..aed047c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.11-rc.0", + "version": "0.0.11", "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 484add5..3c058ea 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.10" + ".": "0.0.11" }