Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down