diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a0057a..e9e87f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-requests +## [13.0.1] (IN PROGRESS) + +* Bump major version of optionalDependency (`@folio/plugin-find-instance`). Fixes UIREQ-1361. + ## [13.0.0] (https://github.com/folio-org/ui-requests/tree/v13.0.0) (2026-04-17) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v12.0.4...v13.0.0) diff --git a/package.json b/package.json index b6c48f85..ac05c4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "13.0.0", + "version": "13.0.1", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": { @@ -247,7 +247,7 @@ "react-router-dom": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-instance": "^9.0.0", + "@folio/plugin-find-instance": "^10.0.0", "@folio/plugin-find-user": "^8.0.0" } }