Skip to content

Commit 3f70af1

Browse files
authored
chore(main): release @instill-ai/typescript-sdk 0.0.9 (#26)
🤖 I have created a release *beep* *boop* --- ## [0.0.9](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.8...@instill-ai/typescript-sdk-v0.0.9) (2023-10-06) ### Miscellaneous * folder rename example app ([#25](#25)) ([d80a1b7](d80a1b7)) * Namananand/ins 2271 update sdk params ([#28](#28)) ([2079be3](2079be3)) * Namananand/ins 2271 update sdk params ([#29](#29)) ([c21a9ef](c21a9ef)) * update params name accessToken --> apiToken ([#27](#27)) ([046c5c0](046c5c0)) --- 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 c21a9ef commit 3f70af1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [0.0.9](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.8...@instill-ai/typescript-sdk-v0.0.9) (2023-10-06)
4+
5+
6+
### Miscellaneous
7+
8+
* folder rename example app ([#25](https://github.com/instill-ai/typescript-sdk/issues/25)) ([d80a1b7](https://github.com/instill-ai/typescript-sdk/commit/d80a1b75fe4b69f58047169884732956d6874c22))
9+
* Namananand/ins 2271 update sdk params ([#28](https://github.com/instill-ai/typescript-sdk/issues/28)) ([2079be3](https://github.com/instill-ai/typescript-sdk/commit/2079be38c2df29da8b4130f6039d311826dd4027))
10+
* Namananand/ins 2271 update sdk params ([#29](https://github.com/instill-ai/typescript-sdk/issues/29)) ([c21a9ef](https://github.com/instill-ai/typescript-sdk/commit/c21a9ef52c7608d31ff3b2bdc58be8a8655e648e))
11+
* update params name accessToken --> apiToken ([#27](https://github.com/instill-ai/typescript-sdk/issues/27)) ([046c5c0](https://github.com/instill-ai/typescript-sdk/commit/046c5c06b28c1c01d395fc1b792349c43ff93043))
12+
313
## [0.0.8](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.7...@instill-ai/typescript-sdk-v0.0.8) (2023-10-01)
414

515

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.8",
3+
"version": "0.0.9",
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.8"
3+
".": "0.0.9"
44
}

0 commit comments

Comments
 (0)