diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9723b1..6a0a34a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0+1.21","minecord-api":"2.0.1+1.21","minecord-chat":"2.1.0+1.21","minecord-cmds":"2.0.1+1.21","minecord-presence":"2.0.0+1.21"} +{".":"2.1.0+1.21.3","minecord-api":"2.1.0+1.21.3","minecord-chat":"2.1.0+1.21.3","minecord-cmds":"2.1.0+1.21.3","minecord-presence":"2.0.0+1.21"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ae18a60..0c8e8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.1.0+1.21.3](https://github.com/axieum/minecord/compare/v2.1.0+1.21...v2.1.0+1.21.3) (2024-11-09) + + +### Build System + +* add support for Minecraft 1.21.3+ ([#157](https://github.com/axieum/minecord/issues/157)) ([9194204](https://github.com/axieum/minecord/commit/9194204933a6d0d92ef54898004043f893c7c9bc)) +* **api:** add support for Minecraft 1.21.3+ ([#159](https://github.com/axieum/minecord/issues/159)) ([1dda7c6](https://github.com/axieum/minecord/commit/1dda7c64d9b51b05bc4ea2237a0f1b7ce46a0eb9)) +* **chat:** add support for Minecraft 1.21.3+ ([#160](https://github.com/axieum/minecord/issues/160)) ([9228a3c](https://github.com/axieum/minecord/commit/9228a3c1be3bf745f41096fbd6bc47d131596067)) +* **cmds:** add support for Minecraft 1.21.3+ ([#161](https://github.com/axieum/minecord/issues/161)) ([0195970](https://github.com/axieum/minecord/commit/019597042c3e93d7f66c06aaaa8e7b46ee1ff4e9)) + ## [2.1.0+1.21](https://github.com/axieum/minecord/compare/v2.1.0+1.20.6...v2.1.0+1.21) (2024-06-27) diff --git a/gradle.properties b/gradle.properties index 82e1abf..af8ed07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord mod_name = Minecord mod_description = Bring your Minecraft world into your Discord guild ## {x-release-please-start-version} -mod_version = 2.1.0+1.21 +mod_version = 2.1.0+1.21.3 ## {x-release-please-end} # Fabric diff --git a/minecord-api/CHANGELOG.md b/minecord-api/CHANGELOG.md index 639cdff..bb36e91 100644 --- a/minecord-api/CHANGELOG.md +++ b/minecord-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0+1.21.3](https://github.com/axieum/minecord/compare/api-v2.0.1+1.21...api-v2.1.0+1.21.3) (2024-11-09) + + +### Build System + +* **api:** add support for Minecraft 1.21.3+ ([#159](https://github.com/axieum/minecord/issues/159)) ([1dda7c6](https://github.com/axieum/minecord/commit/1dda7c64d9b51b05bc4ea2237a0f1b7ce46a0eb9)) + ## [2.0.1+1.21](https://github.com/axieum/minecord/compare/api-v2.0.1+1.20.6...api-v2.0.1+1.21) (2024-06-27) diff --git a/minecord-api/gradle.properties b/minecord-api/gradle.properties index 7af2aec..354ec9b 100644 --- a/minecord-api/gradle.properties +++ b/minecord-api/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-api mod_name = Minecord API mod_description = Equips developers with the tools necessary to integrate their mods with Discord ## {x-release-please-start-version} -mod_version = 2.0.1+1.21 +mod_version = 2.1.0+1.21.3 ## {x-release-please-end} # Dependencies diff --git a/minecord-chat/CHANGELOG.md b/minecord-chat/CHANGELOG.md index 5edcce2..5025251 100644 --- a/minecord-chat/CHANGELOG.md +++ b/minecord-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0+1.21.3](https://github.com/axieum/minecord/compare/chat-v2.1.0+1.21...chat-v2.1.0+1.21.3) (2024-11-09) + + +### Build System + +* **chat:** add support for Minecraft 1.21.3+ ([#160](https://github.com/axieum/minecord/issues/160)) ([9228a3c](https://github.com/axieum/minecord/commit/9228a3c1be3bf745f41096fbd6bc47d131596067)) + ## [2.1.0+1.21](https://github.com/axieum/minecord/compare/chat-v2.1.0+1.20.6...chat-v2.1.0+1.21) (2024-06-27) diff --git a/minecord-chat/gradle.properties b/minecord-chat/gradle.properties index 24c1e59..ea51156 100644 --- a/minecord-chat/gradle.properties +++ b/minecord-chat/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-chat mod_name = Minecord Chat mod_description = Bridges chat-related events between Minecraft and Discord ## {x-release-please-start-version} -mod_version = 2.1.0+1.21 +mod_version = 2.1.0+1.21.3 ## {x-release-please-end} # Dependencies diff --git a/minecord-cmds/CHANGELOG.md b/minecord-cmds/CHANGELOG.md index 65728c6..250f23e 100644 --- a/minecord-cmds/CHANGELOG.md +++ b/minecord-cmds/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0+1.21.3](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.21...cmds-v2.1.0+1.21.3) (2024-11-09) + + +### Build System + +* **cmds:** add support for Minecraft 1.21.3+ ([#161](https://github.com/axieum/minecord/issues/161)) ([0195970](https://github.com/axieum/minecord/commit/019597042c3e93d7f66c06aaaa8e7b46ee1ff4e9)) + ## [2.0.1+1.21](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.20.6...cmds-v2.0.1+1.21) (2024-06-27) diff --git a/minecord-cmds/gradle.properties b/minecord-cmds/gradle.properties index d7f4b01..fdbb708 100644 --- a/minecord-cmds/gradle.properties +++ b/minecord-cmds/gradle.properties @@ -3,5 +3,5 @@ mod_id = minecord-cmds mod_name = Minecord Commands mod_description = Provides various commands to interact with your Minecraft server from Discord ## {x-release-please-start-version} -mod_version = 2.0.1+1.21 +mod_version = 2.1.0+1.21.3 ## {x-release-please-end}