From 77fbbfeb38195655a1f01ab7433ca3917134dec6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 9 Jun 2024 21:32:06 +0100
Subject: [PATCH] chore(master): release 0.4.10 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 13 +++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
TuiHub.Protos.csproj | 2 +-
package-lock.json | 4 ++--
package.json | 2 +-
7 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 734bdda..af03d16 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.4.9"
+ ".": "0.4.10"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6547ae2..aeeb0e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.4.10](https://github.com/tuihub/protos/compare/v0.4.9...v0.4.10) (2024-06-09)
+
+
+### Features
+
+* **netzach:** add system notification ([6a6243c](https://github.com/tuihub/protos/commit/6a6243c368346413526f8a28b9a1a16e8a2479ba))
+
+
+### Bug Fixes
+
+* **deps:** update all non-major dependencies ([#139](https://github.com/tuihub/protos/issues/139)) ([39cfa38](https://github.com/tuihub/protos/commit/39cfa38424622790e7e059886f2cb85f07851bc3))
+* **deps:** update all non-major dependencies ([#141](https://github.com/tuihub/protos/issues/141)) ([bf3d32b](https://github.com/tuihub/protos/commit/bf3d32b4a4bda305a4f9ace391c3de63710a438b))
+
## [0.4.9](https://github.com/tuihub/protos/compare/v0.4.8...v0.4.9) (2024-03-21)
diff --git a/Cargo.lock b/Cargo.lock
index dd64e60..3fd4c55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -971,7 +971,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tuihub-protos"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"bytes",
"futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index a150830..05a002b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tuihub-protos"
-version = "0.4.9"
+version = "0.4.10"
edition = "2021"
license = "MIT"
readme = "README.md"
diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj
index a8cd82d..a337e6a 100644
--- a/TuiHub.Protos.csproj
+++ b/TuiHub.Protos.csproj
@@ -6,7 +6,7 @@
enable
TuiHub.Protos
TuiHub.Protos
- 0.4.9
+ 0.4.10
https://github.com/tuihub/protos
https://github.com/tuihub/protos
git
diff --git a/package-lock.json b/package-lock.json
index efd93cd..5894ce5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@tuihub/protos",
- "version": "0.4.9",
+ "version": "0.4.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tuihub/protos",
- "version": "0.4.9",
+ "version": "0.4.10",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.10.8",
diff --git a/package.json b/package.json
index 603ab35..5e7536e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@tuihub/protos",
- "version": "0.4.9",
+ "version": "0.4.10",
"description": "",
"repository": {
"type": "git",