diff --git a/CHANGELOG.md b/CHANGELOG.md index 037d6ef..751f918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.7](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.6...instill-sdk-v0.0.7) (2024-05-24) + + +### Miscellaneous + +* bump examples version ([#81](https://github.com/instill-ai/typescript-sdk/issues/81)) ([ab45893](https://github.com/instill-ai/typescript-sdk/commit/ab45893be3ea5811b675187522a647325876a670)) +* update api params string ([#83](https://github.com/instill-ai/typescript-sdk/issues/83)) ([714cec0](https://github.com/instill-ai/typescript-sdk/commit/714cec06ccc0de6dbf05f40040466156b1f2f2e7)) + ## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.5...instill-sdk-v0.0.6) (2024-05-09) diff --git a/package.json b/package.json index 819f17d..038541d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.0.6", + "version": "0.0.7", "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 88e5e2d..b51e038 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "instill-sdk": "0.0.1", - ".": "0.0.6" + ".": "0.0.7" }