diff --git a/CHANGELOG.md b/CHANGELOG.md index e3246cf..a17ec53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.11...@instill-ai/typescript-sdk-v0.0.12) (2023-11-10) + + +### Miscellaneous + +* update config of start operator ([#42](https://github.com/instill-ai/typescript-sdk/issues/42)) ([c74ed31](https://github.com/instill-ai/typescript-sdk/commit/c74ed319e8a696e601223d622d744fdf59699614)) + ## [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) diff --git a/package.json b/package.json index aed047c..e13d57f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/typescript-sdk", - "version": "0.0.11", + "version": "0.0.12", "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 3c058ea..5e7236f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "@instill-ai/typescript-sdk": "0.0.1", - ".": "0.0.11" + ".": "0.0.12" }