Skip to content

Commit

Permalink
chore(main): release instill-sdk 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jul 5, 2024
1 parent 73eedce commit 0af9d27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.8](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.7...instill-sdk-v0.0.8) (2024-07-05)


### Bug Fixes

* fix ts-sdk deps issue on braces and ws ([#89](https://github.com/instill-ai/typescript-sdk/issues/89)) ([73eedce](https://github.com/instill-ai/typescript-sdk/commit/73eedce78fcd24e1a4bf5030a788fcb3cdc12444))


### Miscellaneous

* update example ([#84](https://github.com/instill-ai/typescript-sdk/issues/84)) ([564b030](https://github.com/instill-ai/typescript-sdk/commit/564b030cf457437082981edd1fcee5d311ecac84))
* update example ([#85](https://github.com/instill-ai/typescript-sdk/issues/85)) ([2485dad](https://github.com/instill-ai/typescript-sdk/commit/2485dad136535c47eaadd3d0ce6c601be1fd7e49))

## [0.0.7](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.6...instill-sdk-v0.0.7) (2024-05-24)


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-sdk",
"version": "0.0.7",
"version": "0.0.8",
"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-sdk": "0.0.1",
".": "0.0.7"
".": "0.0.8"
}

0 comments on commit 0af9d27

Please sign in to comment.