Skip to content

Commit

Permalink
chore(main): release instill-sdk 0.0.5 (#76)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.5](instill-sdk-v0.0.4...instill-sdk-v0.0.5)
(2024-05-07)


### Bug Fixes

* **deps:** further fix deps error
([#77](#77))
([fb670b7](fb670b7))


### Miscellaneous

* update examples deps version to clean up the tree
([#75](#75))
([74e40ed](74e40ed))

---
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 May 7, 2024
1 parent fb670b7 commit c3a4448
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.5](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.4...instill-sdk-v0.0.5) (2024-05-07)


### Bug Fixes

* **deps:** further fix deps error ([#77](https://github.com/instill-ai/typescript-sdk/issues/77)) ([fb670b7](https://github.com/instill-ai/typescript-sdk/commit/fb670b7a82597be51862492501c784b170dbde80))


### Miscellaneous

* update examples deps version to clean up the tree ([#75](https://github.com/instill-ai/typescript-sdk/issues/75)) ([74e40ed](https://github.com/instill-ai/typescript-sdk/commit/74e40ed91a552ae4b50629d202fc491e74919ca9))

## [0.0.4](https://github.com/instill-ai/typescript-sdk/compare/instill-sdk-v0.0.3...instill-sdk-v0.0.4) (2024-04-18)


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.4",
"version": "0.0.5",
"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.4"
".": "0.0.5"
}

0 comments on commit c3a4448

Please sign in to comment.