From 574f9be893c163e5c35b4d6138c859b14918cc11 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Wed, 15 Jun 2022 13:33:43 +0300 Subject: [PATCH] Release v5.0.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a2385b..081f5e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [5.0.3](IN PROGRESS) +## [5.0.3](https://github.com/folio-org/ui-quick-marc/tree/v5.0.3) (2022-06-15) * [UIQM-228](https://issues.folio.org/browse/UIQM-228) "Save & close" button accessibility when edit bib/holdings/authority record via "quickMARC". * [UIQM-241](https://issues.folio.org/browse/UIQM-241) update NodeJS to v16 in GitHub Actions diff --git a/package.json b/package.json index 6c5da92d..490ea32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "5.0.2", + "version": "5.0.3", "description": "Quick MARC editor", "main": "index.js", "repository": "",