Skip to content

Commit e1a43fb

Browse files
committed
chore(main): release instill-sdk 0.0.6
1 parent d627aad commit e1a43fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.5...instill-sdk-v0.0.6) (2024-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* fix eslint config ([#79](https://github.com/instill-ai/typescript-sdk/issues/79)) ([d627aad](https://github.com/instill-ai/typescript-sdk/commit/d627aadf8fc21140f5f3978b01a3f980735c1e1b))
9+
310
## [0.0.5](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.4...instill-sdk-v0.0.5) (2024-05-07)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instill-sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Instill AI's Typescript SDK",
55
"repository": "https://github.com/instill-ai/typescript-sdk.git",
66
"bugs": "https://github.com/instill-ai/community/issues",

release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"instill-sdk": "0.0.1",
3-
".": "0.0.5"
3+
".": "0.0.6"
44
}

0 commit comments

Comments
 (0)