From b31cc0388bc553be3687a10bcdce02103d9f3751 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Tue, 19 Oct 2021 18:11:37 +0300 Subject: [PATCH] Release v4.0.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1729434d..5aa60e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [4.0.1](IN PROGRESS) +## [4.0.1](https://github.com/folio-org/ui-quick-marc/tree/v4.0.1) (2021-10-19) * [UIQM-156](https://issues.folio.org/browse/UIQM-156) Infinite loading after Deriving a new MARC bib record * [UIQM-144](https://issues.folio.org/browse/UIQM-144) Make 004 field read only when edit a holdings record via quickMARC. diff --git a/package.json b/package.json index 196531f2..d5193206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "4.0.0", + "version": "4.0.1", "description": "Quick MARC editor", "main": "index.js", "repository": "",