Skip to content

Commit

Permalink
chore(main): release @instill-ai/typescript-sdk 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Sep 22, 2023
1 parent b0a016a commit e90b683
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.2](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v0.0.1...@instill-ai/typescript-sdk-v0.0.2) (2023-09-22)


### Miscellaneous

* add auto gen proto ([#4](https://github.com/instill-ai/typescript-sdk/issues/4)) ([b0a016a](https://github.com/instill-ai/typescript-sdk/commit/b0a016a43a7b9a4c89d1f2118ac8f7f603f844d6))
* init typescript sdk ([3dde8db](https://github.com/instill-ai/typescript-sdk/commit/3dde8db9da46d13563824c3d1c2e6e666f9f4438))
* manifest update ([38e0a39](https://github.com/instill-ai/typescript-sdk/commit/38e0a392bebea0283b8854481532761e1ecee581))
* namananand/ins 1901 example documentation for sdk ([#3](https://github.com/instill-ai/typescript-sdk/issues/3)) ([b7e6255](https://github.com/instill-ai/typescript-sdk/commit/b7e6255a379b2dbf189ac9fb94c8cbdaab6c8d3b))

## [1.0.2](https://github.com/instill-ai/typescript-sdk/compare/@instill-ai/typescript-sdk-v1.0.1...@instill-ai/typescript-sdk-v1.0.2) (2023-09-19)


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.2-rc.0",
"version": "0.0.2",
"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.1"
".": "0.0.2"
}

0 comments on commit e90b683

Please sign in to comment.