Skip to content

Commit 73654e3

Browse files
committed
chore(main): release instill-sdk 0.0.7
1 parent ab45893 commit 73654e3

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.7](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.6...instill-sdk-v0.0.7) (2024-05-09)
4+
5+
6+
### Miscellaneous
7+
8+
* bump examples version ([#81](https://github.com/instill-ai/typescript-sdk/issues/81)) ([ab45893](https://github.com/instill-ai/typescript-sdk/commit/ab45893be3ea5811b675187522a647325876a670))
9+
310
## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.5...instill-sdk-v0.0.6) (2024-05-09)
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.6",
3+
"version": "0.0.7",
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.6"
3+
".": "0.0.7"
44
}

0 commit comments

Comments
 (0)