Skip to content

Commit

Permalink
chore(main): release @instill-ai/typescript-sdk 0.0.11 (#39)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.11](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.10...@instill-ai/typescript-sdk-v0.0.11)
(2023-10-23)


### Miscellaneous

* adapt new core structure among instill-ai project
([#40](#40))
([6fc14eb](6fc14eb))
* Namananand/ins 2251 separate queries mutation and actions for SDK and
example ([#38](#38))
([5ed98b1](5ed98b1))

---
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 23, 2023
1 parent 6fc14eb commit a727529
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.11](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.10...@instill-ai/typescript-sdk-v0.0.11) (2023-10-23)


### Miscellaneous

* adapt new core structure among instill-ai project ([#40](https://github.com/instill-ai/typescript-sdk/issues/40)) ([6fc14eb](https://github.com/instill-ai/typescript-sdk/commit/6fc14eba5a087f4008d41eca25899045d098d6a9))
* Namananand/ins 2251 separate queries mutation and actions for SDK and example ([#38](https://github.com/instill-ai/typescript-sdk/issues/38)) ([5ed98b1](https://github.com/instill-ai/typescript-sdk/commit/5ed98b1be71566d70ba90ac6d693b3a40253ac58))

## [0.0.10](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.9...@instill-ai/typescript-sdk-v0.0.10) (2023-10-06)


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.11-rc.0",
"version": "0.0.11",
"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.10"
".": "0.0.11"
}

0 comments on commit a727529

Please sign in to comment.