Skip to content

Commit 4652464

Browse files
chore: release v2.1.2+1.21.11 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b19b732 commit 4652464

11 files changed

Lines changed: 45 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.2+1.21.9","minecord-api":"2.0.1+1.21.9","minecord-chat":"2.1.2+1.21.9","minecord-cmds":"2.0.1+1.21.9","minecord-presence":"2.0.0+1.21.9"}
1+
{".":"2.1.2+1.21.11","minecord-api":"2.0.1+1.21.11","minecord-chat":"2.1.2+1.21.11","minecord-cmds":"2.0.1+1.21.11","minecord-presence":"2.0.0+1.21.11"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.1.2+1.21.11](https://github.com/axieum/minecord/compare/v2.1.2+1.21.9...v2.1.2+1.21.11) (2026-01-26)
4+
5+
6+
### Build System
7+
8+
* add support for Minecraft 1.21.11+ ([8798072](https://github.com/axieum/minecord/commit/879807223094386ef9c641a835385beac8d024c9))
9+
* **api:** add support for Minecraft 1.21.11+ ([7d9c77b](https://github.com/axieum/minecord/commit/7d9c77b7c09e66bdec883018c24382df227eed0d))
10+
* **chat:** add support for Minecraft 1.21.11+ ([2d66088](https://github.com/axieum/minecord/commit/2d66088d8e681cea082a316048bdd31eaf06ac9d))
11+
* **cmds:** add support for Minecraft 1.21.11+ ([7c1cf4d](https://github.com/axieum/minecord/commit/7c1cf4de724fee0d4a2a4da35b403158be01d24e))
12+
* **presence:** add support for Minecraft 1.21.11+ ([39b052e](https://github.com/axieum/minecord/commit/39b052e3aa557d18e30c24004c87ee548a5cff16))
13+
314
## [2.1.2+1.21.9](https://github.com/axieum/minecord/compare/v2.1.2+1.21.7...v2.1.2+1.21.9) (2025-10-11)
415

516

gradle.properties

Lines changed: 1 addition & 1 deletion
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.1.2+1.21.9
6+
mod_version = 2.1.2+1.21.11
77
## {x-release-please-end}
88

99
# Fabric

minecord-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1+1.21.11](https://github.com/axieum/minecord/compare/api-v2.0.1+1.21.9...api-v2.0.1+1.21.11) (2026-01-26)
4+
5+
6+
### Build System
7+
8+
* **api:** add support for Minecraft 1.21.11+ ([7d9c77b](https://github.com/axieum/minecord/commit/7d9c77b7c09e66bdec883018c24382df227eed0d))
9+
310
## [2.0.1+1.21.9](https://github.com/axieum/minecord/compare/api-v2.0.1+1.21.7...api-v2.0.1+1.21.9) (2025-10-11)
411

512

minecord-api/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod_id = minecord-api
33
mod_name = Minecord API
44
mod_description = Equips developers with the tools necessary to integrate their mods with Discord
55
## {x-release-please-start-version}
6-
mod_version = 2.0.1+1.21.9
6+
mod_version = 2.0.1+1.21.11
77
## {x-release-please-end}
88

99
# Dependencies

minecord-chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.2+1.21.11](https://github.com/axieum/minecord/compare/chat-v2.1.2+1.21.9...chat-v2.1.2+1.21.11) (2026-01-26)
4+
5+
6+
### Build System
7+
8+
* **chat:** add support for Minecraft 1.21.11+ ([2d66088](https://github.com/axieum/minecord/commit/2d66088d8e681cea082a316048bdd31eaf06ac9d))
9+
310
## [2.1.2+1.21.9](https://github.com/axieum/minecord/compare/chat-v2.1.2+1.21.7...chat-v2.1.2+1.21.9) (2025-10-11)
411

512

minecord-chat/gradle.properties

Lines changed: 1 addition & 1 deletion
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.1.2+1.21.9
6+
mod_version = 2.1.2+1.21.11
77
## {x-release-please-end}
88

99
# Dependencies

minecord-cmds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1+1.21.11](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.21.9...cmds-v2.0.1+1.21.11) (2026-01-26)
4+
5+
6+
### Build System
7+
8+
* **cmds:** add support for Minecraft 1.21.11+ ([7c1cf4d](https://github.com/axieum/minecord/commit/7c1cf4de724fee0d4a2a4da35b403158be01d24e))
9+
310
## [2.0.1+1.21.9](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.21.7...cmds-v2.0.1+1.21.9) (2025-10-11)
411

512

minecord-cmds/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mod_id = minecord-cmds
33
mod_name = Minecord Commands
44
mod_description = Provides various commands to interact with your Minecraft server from Discord
55
## {x-release-please-start-version}
6-
mod_version = 2.0.1+1.21.9
6+
mod_version = 2.0.1+1.21.11
77
## {x-release-please-end}

minecord-presence/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.0+1.21.11](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.21.9...presence-v2.0.0+1.21.11) (2026-01-26)
4+
5+
6+
### Build System
7+
8+
* **presence:** add support for Minecraft 1.21.11+ ([39b052e](https://github.com/axieum/minecord/commit/39b052e3aa557d18e30c24004c87ee548a5cff16))
9+
310
## [2.0.0+1.21.9](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.21.7...presence-v2.0.0+1.21.9) (2025-10-11)
411

512

0 commit comments

Comments
 (0)