From 1b224e891a0e33899acd01d78a03da45bbe996fe Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 30 Jul 2021 01:26:21 -0400 Subject: [PATCH] Release v5.1.1 (#765) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c7eb11..d1aca86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for ui-requests -## 5.1.1 IN PROGRESS +## [5.1.1](https://github.com/folio-org/ui-requests/tree/v5.1.1) (2021-07-30) +[Full Changelog](https://github.com/folio-org/ui-requests/compare/v5.1.0...v5.1.1) * Fix proxy bug in request duplication. Fixes UIREQ-626. * Include `request-preferences` permission in edit and create psets. Refs UIREQ-628. diff --git a/package.json b/package.json index 1d60314d..f6d68d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "5.1.0", + "version": "5.1.1", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": {