diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5183b..843ec2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.4](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.3...instill-sdk-v0.0.4) (2024-04-18) + + +### Miscellaneous + +* Namananand/ins 3646 update documentation for the latest version ([#70](https://github.com/instill-ai/typescript-sdk/issues/70)) ([3845c99](https://github.com/instill-ai/typescript-sdk/commit/3845c99295b678168ac93b91b9bf192108e70b65)) +* Namananand/ins 3646 update documentation for the latest version ([#72](https://github.com/instill-ai/typescript-sdk/issues/72)) ([7aff630](https://github.com/instill-ai/typescript-sdk/commit/7aff630e65a413e7cea79381883fd55521b8bfc2)) +* remove toolkit dependency ([#74](https://github.com/instill-ai/typescript-sdk/issues/74)) ([c9827da](https://github.com/instill-ai/typescript-sdk/commit/c9827da545620a22a4087edcacb8bc386a94ec89)) + ## [0.0.3](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.2...instill-sdk-v0.0.3) (2024-01-19) diff --git a/package.json b/package.json index c17c794..e110ae7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.0.3", + "version": "0.0.4", "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 2b0c525..518ac3a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "instill-sdk": "0.0.1", - ".": "0.0.3" + ".": "0.0.4" }