Skip to content

Commit

Permalink
chore(main): release instill-sdk 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed May 6, 2024
1 parent 74e40ed commit fd79435
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 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 fd79435

Please sign in to comment.