From 2a125ef8d00ebe743f19233789ba89c77022ae7e Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Fri, 8 Jul 2022 16:04:15 +0300 Subject: [PATCH] Release v5.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0ae4d6..0a3c54cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [5.1.0] (IN PROGRESS) +## [5.1.0](https://github.com/folio-org/ui-quick-marc/tree/v5.1.0) (2022-07-08) * [UIQM-213](https://issues.folio.org/browse/UIQM-213) New Permission: View MARC holdings record. * [UIQM-212](https://issues.folio.org/browse/UIQM-212) New permission: View source (instance). diff --git a/package.json b/package.json index 0be27683..73e4874b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "5.0.3", + "version": "5.1.0", "description": "Quick MARC editor", "main": "index.js", "repository": "",