Skip to content

Commit 34a22d8

Browse files
chore: release v2.1.0+1.20.2 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f76735 commit 34a22d8

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.3+1.20.2","minecord-api":"2.0.1+1.20.2","minecord-chat":"2.0.2+1.20.2","minecord-cmds":"2.0.1+1.20.2","minecord-presence":"2.0.0+1.20.2"}
1+
{".":"2.1.0+1.20.2","minecord-api":"2.0.1+1.20.2","minecord-chat":"2.1.0+1.20.2","minecord-cmds":"2.0.1+1.20.2","minecord-presence":"2.0.0+1.20.2"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0+1.20.2](https://github.com/axieum/minecord/compare/v2.0.3+1.20.2...v2.1.0+1.20.2) (2024-05-10)
4+
5+
6+
### Features
7+
8+
* **chat:** add `entries[].discord.purgeLinks` option to prevent links from being sent to Discord ([#135](https://github.com/axieum/minecord/issues/135)) ([58e2c18](https://github.com/axieum/minecord/commit/58e2c18511409d9a3efe7671ab2bd71deef5c271))
9+
310
## [2.0.3+1.20.2](https://github.com/axieum/minecord/compare/v2.0.2+1.20.2...v2.0.3+1.20.2) (2024-03-04)
411

512

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod_id = minecord
33
mod_name = Minecord
44
mod_description = Bring your Minecraft world into your Discord guild
55
## {x-release-please-start-version}
6-
mod_version = 2.0.3+1.20.2
6+
mod_version = 2.1.0+1.20.2
77
## {x-release-please-end}
88

99
# Fabric

minecord-chat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0+1.20.2](https://github.com/axieum/minecord/compare/chat-v2.0.2+1.20.2...chat-v2.1.0+1.20.2) (2024-05-10)
4+
5+
6+
### Features
7+
8+
* **chat:** add `entries[].discord.purgeLinks` option to prevent links from being sent to Discord ([#135](https://github.com/axieum/minecord/issues/135)) ([58e2c18](https://github.com/axieum/minecord/commit/58e2c18511409d9a3efe7671ab2bd71deef5c271))
9+
310
## [2.0.2+1.20.2](https://github.com/axieum/minecord/compare/chat-v2.0.1+1.20.2...chat-v2.0.2+1.20.2) (2024-03-04)
411

512

minecord-chat/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod_id = minecord-chat
33
mod_name = Minecord Chat
44
mod_description = Bridges chat-related events between Minecraft and Discord
55
## {x-release-please-start-version}
6-
mod_version = 2.0.2+1.20.2
6+
mod_version = 2.1.0+1.20.2
77
## {x-release-please-end}
88

99
# Dependencies

0 commit comments

Comments
 (0)