diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e183dcc..1b2ea30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## (in progress) +## [3.0.1](https://github.com/folio-org/ui-quick-marc/tree/v3.0.1) (2021-04-01) * [UIQM-83](https://issues.folio.org/browse/UIQM-83) Do not duplicate fields with empty content * [UIQM-82](https://issues.folio.org/browse/UIQM-82) Add onsave behavior for deriving new MARC bib record * [UIQM-89](https://issues.folio.org/browse/UIQM-89) Add missing status permission to Derive new MARC bib record permission diff --git a/package.json b/package.json index c4aa8e70..4710feb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "3.0.0", + "version": "3.0.1", "description": "Quick MARC editor", "main": "index.js", "repository": "",