From 98a241c803dc3ccf809daa16f33eaf81592de5ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:33:44 +0800 Subject: [PATCH] chore(master): release 0.2.23 (#63) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- TuiHub.Protos.csproj | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8c353d0c..69f9b2d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.22" + ".": "0.2.23" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a23b8cd..bc41741a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.23](https://github.com/TuiHub/Protos/compare/v0.2.22...v0.2.23) (2023-05-17) + + +### Features + +* **chesed:** add SearchImagesResponse ([65ac59b](https://github.com/TuiHub/Protos/commit/65ac59ba0aa3caf1cd7c9fbadaeb2d561c554af4)) + ## [0.2.22](https://github.com/TuiHub/Protos/compare/v0.2.21...v0.2.22) (2023-05-17) diff --git a/Cargo.lock b/Cargo.lock index 0a36aa20..d5a9c25f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.2.22" +version = "0.2.23" dependencies = [ "bytes", "pbjson", diff --git a/Cargo.toml b/Cargo.toml index 2dc1b10a..6de783a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.2.22" +version = "0.2.23" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 887a2c34..a915eabc 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.2.22 + 0.2.23 https://github.com/TuiHub/Protos https://github.com/TuiHub/Protos git diff --git a/package-lock.json b/package-lock.json index b0c06cec..9b8860e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.2.22", + "version": "0.2.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.2.22", + "version": "0.2.23", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.8.14", diff --git a/package.json b/package.json index 66339d61..96f7d0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.2.22", + "version": "0.2.23", "description": "", "repository": { "type": "git",