From c17f447992aa9c48f86b00e0cab59b751bea0679 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Tue, 9 Nov 2021 17:18:42 +0200 Subject: [PATCH] Release v4.0.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80a6a1f..09297ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [4.0.2](IN PROGRESS) +## [4.0.3](https://github.com/folio-org/ui-quick-marc/tree/v4.0.3) (2021-11-09) * [UIQM-165](https://issues.folio.org/browse/UIQM-165) Update error message when user attempts to save a record without a 852. diff --git a/package.json b/package.json index 2f68e032..ccf0c4e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "4.0.2", + "version": "4.0.3", "description": "Quick MARC editor", "main": "index.js", "repository": "",