diff --git a/CHANGELOG.md b/CHANGELOG.md index faa1010..037d6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.5...instill-sdk-v0.0.6) (2024-05-09) + + +### Bug Fixes + +* fix eslint config ([#79](https://github.com/instill-ai/typescript-sdk/issues/79)) ([d627aad](https://github.com/instill-ai/typescript-sdk/commit/d627aadf8fc21140f5f3978b01a3f980735c1e1b)) + ## [0.0.5](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.4...instill-sdk-v0.0.5) (2024-05-07) diff --git a/package.json b/package.json index 02fd949..819f17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.0.5", + "version": "0.0.6", "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 a9f81a9..88e5e2d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,4 +1,4 @@ { "instill-sdk": "0.0.1", - ".": "0.0.5" + ".": "0.0.6" }