Skip to content

Commit

Permalink
chore(master): πŸ”– release 1.5.1 (#22)
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 Apr 26, 2024
1 parent 8420e6e commit c1ec6d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.5.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.5.1](https://github.com/AnzhiZhang/ChatHub/compare/v1.5.0...v1.5.1) (2024-04-26)


### Bug Fixes

* πŸ› fix private msg letter case ([c05373e](https://github.com/AnzhiZhang/ChatHub/commit/c05373e638ce33965236472c0a3238f6c46ee3f6))
* πŸ”– set metadata version to 1.5.0 ([ccaf82b](https://github.com/AnzhiZhang/ChatHub/commit/ccaf82b8d055a1762c94ea6e3319b9e35d1c7efe))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.zhanganzhi.chathub</groupId>
<artifactId>ChatHub</artifactId>
<!-- x-release-please-start-version -->
<version>1.5.0</version>
<version>1.5.1</version>
<!-- x-release-please-end -->

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/zhanganzhi/chathub/ChatHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
id = "chathub",
name = "ChatHub",
// x-release-please-start-version
version = "1.5.0",
version = "1.5.1",
// x-release-please-end
url = "https://github.com/AnzhiZhang/ChatHub",
description = "Chat hub for servers under velocity proxy",
Expand Down

0 comments on commit c1ec6d6

Please sign in to comment.