From 5ea3a3a0689b5eee0057aced076dd1b42c1cfae7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:43:55 +0100 Subject: [PATCH] chore(master): release 0.4.14 (#147) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- TuiHub.Protos.csproj | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f9e65b..9e2249d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.13" + ".": "0.4.14" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d640410..26dbc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.14](https://github.com/tuihub/protos/compare/v0.4.13...v0.4.14) (2024-06-21) + + +### Features + +* update feed action design ([91db07a](https://github.com/tuihub/protos/commit/91db07addd581f59d48f74bb6d47b257c879d3ed)) + + +### Bug Fixes + +* update FeedConfig ([b1d9e52](https://github.com/tuihub/protos/commit/b1d9e523fc5d7b2b5ce940da9ada878945286bfe)) + ## [0.4.13](https://github.com/tuihub/protos/compare/v0.4.12...v0.4.13) (2024-06-20) diff --git a/Cargo.lock b/Cargo.lock index 867908c..30bb288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.4.13" +version = "0.4.14" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index d44e6f2..003f781 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.13" +version = "0.4.14" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index e3daf4f..f8a2984 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.13 + 0.4.14 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 1f5772d..5438ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.13", + "version": "0.4.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.13", + "version": "0.4.14", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.10.8", diff --git a/package.json b/package.json index 29b00c7..713415d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.13", + "version": "0.4.14", "description": "", "repository": { "type": "git",