Skip to content

Commit 01a0b5f

Browse files
authored
chore(main): release @instill-ai/typescript-sdk 0.0.2 (#2)
🤖 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).
1 parent 8e11663 commit 01a0b5f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Miscellaneous
7+
8+
* add auto gen proto ([#4](https://github.com/instill-ai/typescript-sdk/issues/4)) ([b0a016a](https://github.com/instill-ai/typescript-sdk/commit/b0a016a43a7b9a4c89d1f2118ac8f7f603f844d6))
9+
* init typescript sdk ([3dde8db](https://github.com/instill-ai/typescript-sdk/commit/3dde8db9da46d13563824c3d1c2e6e666f9f4438))
10+
* manifest update ([38e0a39](https://github.com/instill-ai/typescript-sdk/commit/38e0a392bebea0283b8854481532761e1ecee581))
11+
* 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))
12+
* 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))
13+
314
## [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)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instill-ai/typescript-sdk",
3-
"version": "0.0.2-rc.0",
3+
"version": "0.0.2",
44
"description": "Instill AI's Typescript SDK",
55
"repository": "https://github.com/instill-ai/typescript-sdk.git",
66
"bugs": "https://github.com/instill-ai/community/issues",

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"@instill-ai/typescript-sdk": "0.0.1",
3-
".": "0.0.1"
3+
".": "0.0.2"
44
}

0 commit comments

Comments
 (0)