diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ec09e..ad92238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-plugin-eusage-reports +## [4.1.0](https://github.com/folio-org/ui-plugin-eusage-reports/tree/v4.1.0) (2026-04-22) +* Update Japanese translations. +* Update `@folio/plugin-find-eresource` dependency to ^8.1.0. + ## [4.0.2](https://github.com/folio-org/ui-plugin-eusage-reports/tree/v4.0.2) (2026-04-15) * Update Polish, Ukrainian, Chinese and Taiwanese translations. diff --git a/package.json b/package.json index 528071a..bcde84f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-eusage-reports", - "version": "4.0.2", + "version": "4.1.0", "description": "Stripes plugin module to View eUsage reports", "repository": "folio-org/ui-plugin-eusage-reports", "publishConfig": { @@ -86,7 +86,7 @@ "react-chartjs-2": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-eresource": "^8.0.0" + "@folio/plugin-find-eresource": "^8.1.0" }, "peerDependencies": { "@folio/stripes": "^10.0.0",