Skip to content

Commit f0dfa70

Browse files
committed
chore(main): release @instill-ai/typescript-sdk 0.0.7
1 parent d0478ef commit f0dfa70

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.0.7](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.6...@instill-ai/typescript-sdk-v0.0.7) (2023-09-28)
4+
5+
6+
### Miscellaneous
7+
8+
* add custom header for createClient ([#16](https://github.com/instill-ai/typescript-sdk/issues/16)) ([3db690c](https://github.com/instill-ai/typescript-sdk/commit/3db690c39a21e985e90ff5feaf4c17351c461ae4))
9+
* docs update ([#14](https://github.com/instill-ai/typescript-sdk/issues/14)) ([dd13735](https://github.com/instill-ai/typescript-sdk/commit/dd13735e4ca101f708c06a8a54d26552f67061fa))
10+
* Namananand/ins 2172 update typescript sdk docs ([#18](https://github.com/instill-ai/typescript-sdk/issues/18)) ([d72a505](https://github.com/instill-ai/typescript-sdk/commit/d72a5055c2d187cf8bc6313377a129c9f509ddc2))
11+
* Namananand/ins 2172 update typescript sdk docs ([#19](https://github.com/instill-ai/typescript-sdk/issues/19)) ([d0478ef](https://github.com/instill-ai/typescript-sdk/commit/d0478ef430b370c3a59afd368a647a7e3c4db5a6))
12+
* Namananand/ins 2172 update typescript sdk docs similar to the format python sdk ([#17](https://github.com/instill-ai/typescript-sdk/issues/17)) ([bcef664](https://github.com/instill-ai/typescript-sdk/commit/bcef664c074b14a14ef62fd8644544033a6a1089))
13+
314
## [0.0.6](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.5...@instill-ai/typescript-sdk-v0.0.6) (2023-09-25)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/typescript-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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"@instill-ai/typescript-sdk": "0.0.1",
3-
".": "0.0.6"
3+
".": "0.0.7"
44
}

0 commit comments

Comments
 (0)