diff --git a/CHANGELOG.md b/CHANGELOG.md index 80558f95..8cd977bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [8.0.1] IN PROGRESS +## [8.0.1] (https://github.com/folio-org/ui-quick-marc/tree/v8.0.1) (2024-04-18) * [UIQM-641](https://issues.folio.org/browse/UIQM-641) Call `cleanBytesFields` function with correct arguments to fix 008 field. * [UIQM-640](https://issues.folio.org/browse/UIQM-640) Create authority | Make list of authority files in lookup alphabetical. diff --git a/package.json b/package.json index 7427f360..d96f9ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "8.0.0", + "version": "8.0.1", "description": "Quick MARC editor", "main": "index.js", "repository": "",