diff --git a/CHANGELOG.md b/CHANGELOG.md index 47636854..b2333c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [5.2.0] (IN PROGRESS) +## [5.1.1](https://github.com/folio-org/ui-quick-marc/tree/v5.1.1) (2022-08-05) * [UIQM-263](https://issues.folio.org/browse/UIQM-263) Cannot access a MARC bib because creator has been deleted. Handling a 404 error. * [UIQM-260](https://issues.folio.org/browse/UIQM-260) Fix Add MARC holdings: 852 field > cannot enter text diff --git a/package.json b/package.json index 73e4874b..6a6affa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "5.1.0", + "version": "5.1.1", "description": "Quick MARC editor", "main": "index.js", "repository": "",