Skip to content

Commit 4b08bad

Browse files
authored
chore(main): release instill-sdk 0.0.7 (#82)
🤖 I have created a release *beep* *boop* --- ## [0.0.7](instill-sdk-v0.0.6...instill-sdk-v0.0.7) (2024-05-24) ### Miscellaneous * bump examples version ([#81](#81)) ([ab45893](ab45893)) * update api params string ([#83](#83)) ([714cec0](714cec0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 714cec0 commit 4b08bad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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-24)
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+
* update api params string ([#83](https://github.com/instill-ai/typescript-sdk/issues/83)) ([714cec0](https://github.com/instill-ai/typescript-sdk/commit/714cec06ccc0de6dbf05f40040466156b1f2f2e7))
10+
311
## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.5...instill-sdk-v0.0.6) (2024-05-09)
412

513

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)