Skip to content

Commit

Permalink
chore(master): release 0.2.23 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 17, 2023
1 parent 6b2165a commit 98a241c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.22"
".": "0.2.23"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuihub-protos"
version = "0.2.22"
version = "0.2.23"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion TuiHub.Protos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AssemblyName>TuiHub.Protos</AssemblyName>
<AssemblyTitle>TuiHub.Protos</AssemblyTitle>
<VersionPrefix>0.2.22</VersionPrefix>
<VersionPrefix>0.2.23</VersionPrefix>
<PackageProjectUrl>https://github.com/TuiHub/Protos</PackageProjectUrl>
<RepositoryUrl>https://github.com/TuiHub/Protos</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuihub/protos",
"version": "0.2.22",
"version": "0.2.23",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 98a241c

Please sign in to comment.