From 401317be6532460ae57649abb5fc5756566dd23d Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:40:28 +0000 Subject: [PATCH] chore(main): release instill-sdk 0.0.3 (#58) :robot: I have created a release *beep* *boop* --- ## [0.0.3](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.2...instill-sdk-v0.0.3) (2024-01-19) ### Miscellaneous * namananand/ins-3307-add-new-api-end-points-which-where-added-on-the-console ([#57](https://github.com/instill-ai/typescript-sdk/issues/57)) ([9ac18eb](https://github.com/instill-ai/typescript-sdk/commit/9ac18eb8a538f6578f66d33b9322d84acf1c60a3)) * update sdk new API reference ([#59](https://github.com/instill-ai/typescript-sdk/issues/59)) ([898e1a9](https://github.com/instill-ai/typescript-sdk/commit/898e1a9ee25d3421eaa8cb78b74e42be3a226944)) --- 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 11eb0a9..9f5183b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.3](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.2...instill-sdk-v0.0.3) (2024-01-19) + + +### Miscellaneous + +* namananand/ins-3307-add-new-api-end-points-which-where-added-on-the-console ([#57](https://github.com/instill-ai/typescript-sdk/issues/57)) ([9ac18eb](https://github.com/instill-ai/typescript-sdk/commit/9ac18eb8a538f6578f66d33b9322d84acf1c60a3)) +* update sdk new API reference ([#59](https://github.com/instill-ai/typescript-sdk/issues/59)) ([898e1a9](https://github.com/instill-ai/typescript-sdk/commit/898e1a9ee25d3421eaa8cb78b74e42be3a226944)) + ## [0.0.2](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.1...instill-sdk-v0.0.2) (2024-01-17) diff --git a/package.json b/package.json index aa46cf8..6015644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.0.2", + "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 5acfbe3..2b0c525 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "instill-sdk": "0.0.1", - ".": "0.0.2" + ".": "0.0.3" }