Skip to content

Commit

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


##
[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](#4))
([b0a016a](b0a016a))
* init typescript sdk
([3dde8db](3dde8db))
* manifest update
([38e0a39](38e0a39))
* Namananand/ins 1899 auto gen protobuf related lib
([#5](#5))
([8e11663](8e11663))
* namananand/ins 1901 example documentation for sdk
([#3](#3))
([b7e6255](b7e6255))

---
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 committed Sep 24, 2023
1 parent 8e11663 commit 01a0b5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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 1899 auto gen protobuf related lib ([#5](https://github.com/instill-ai/typescript-sdk/issues/5)) ([8e11663](https://github.com/instill-ai/typescript-sdk/commit/8e11663dccfd4fc6a3d5ef5a8d1d3a6538bf67b8))
* 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 01a0b5f

Please sign in to comment.