Skip to content

Commit

Permalink
chore(main): release @instill-ai/typescript-sdk 0.0.9 (#26)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
droplet-bot authored Oct 6, 2023
1 parent c21a9ef commit 3f70af1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [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](https://github.com/instill-ai/typescript-sdk/issues/25)) ([d80a1b7](https://github.com/instill-ai/typescript-sdk/commit/d80a1b75fe4b69f58047169884732956d6874c22))
* 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))
* 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))
* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/typescript-sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "Instill AI's Typescript SDK",
"repository": "https://github.com/instill-ai/typescript-sdk.git",
"bugs": "https://github.com/instill-ai/community/issues",
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"@instill-ai/typescript-sdk": "0.0.1",
".": "0.0.8"
".": "0.0.9"
}

0 comments on commit 3f70af1

Please sign in to comment.