Skip to content

Commit

Permalink
chore: release v2.0.1+1.20 (#80)
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 Jun 10, 2023
1 parent 2a549e1 commit c112c2e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.0.0+1.20","minecord-api":"2.0.0+1.20","minecord-chat":"2.0.0+1.20","minecord-cmds":"2.0.0+1.20","minecord-presence":"2.0.0+1.20"}
{".":"2.0.1+1.20","minecord-api":"2.0.1+1.20","minecord-chat":"2.0.0+1.20","minecord-cmds":"2.0.0+1.20","minecord-presence":"2.0.0+1.20"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1+1.20](https://github.com/axieum/minecord/compare/v2.0.0+1.20...v2.0.1+1.20) (2023-06-10)


### Bug Fixes

* **api:** do not load already loaded modded translations (fixes [#78](https://github.com/axieum/minecord/issues/78)) ([#79](https://github.com/axieum/minecord/issues/79)) ([d6614bd](https://github.com/axieum/minecord/commit/d6614bd191f266007f1be0cf8cedee26f23ee711))

## [2.0.0+1.20](https://github.com/axieum/minecord/compare/v2.0.0+1.19.4...v2.0.0+1.20) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0+1.20
mod_version = 2.0.1+1.20
## {x-release-please-end}

# Fabric
Expand Down
7 changes: 7 additions & 0 deletions minecord-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1+1.20](https://github.com/axieum/minecord/compare/api-v2.0.0+1.20...api-v2.0.1+1.20) (2023-06-10)


### Bug Fixes

* **api:** do not load already loaded modded translations (fixes [#78](https://github.com/axieum/minecord/issues/78)) ([#79](https://github.com/axieum/minecord/issues/79)) ([d6614bd](https://github.com/axieum/minecord/commit/d6614bd191f266007f1be0cf8cedee26f23ee711))

## [2.0.0+1.20](https://github.com/axieum/minecord/compare/api-v2.0.0+1.19.4...api-v2.0.0+1.20) (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0+1.20
mod_version = 2.0.1+1.20
## {x-release-please-end}

# Dependencies
Expand Down

0 comments on commit c112c2e

Please sign in to comment.