diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a78ff..ed1e00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/f0reachARR/ModernVillagerShop/compare/v1.0.0...v1.1.0) (2026-07-28) + + +### Features + +* **ui:** render item names as translatable components with item hover ([#6](https://github.com/f0reachARR/ModernVillagerShop/issues/6)) ([17da8c8](https://github.com/f0reachARR/ModernVillagerShop/commit/17da8c81a357ef704fd7ef0695ec457de225d4c5)) + ## 1.0.0 (2026-07-26) diff --git a/gradle.properties b/gradle.properties index 7a0a308..0c4cedc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ # release-please rewrites the value inside the block below when a release PR is # merged -- do not bump it by hand. # x-release-please-start-version -version=1.0.0 +version=1.1.0 # x-release-please-end # Minecraft versions declared on the Modrinth release page. Kept in sync with