From 1359ff3668bdf3428f5f8535d70686181f37c7b4 Mon Sep 17 00:00:00 2001 From: Vladyslav Velytskyi Date: Thu, 17 Jun 2021 19:08:50 +0300 Subject: [PATCH] Release v3.0.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27054105..a79275cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [3.1.0](in progress) +## [3.0.2](https://github.com/folio-org/ui-quick-marc/tree/v3.0.2) (2021-06-17) * [UIQM-105](https://issues.folio.org/browse/UIQM-105) Display MARC Tag 006/00. * [UIQM-101](https://issues.folio.org/browse/UIQM-101) Updates for editing MARC tag 006 via quickMARC. diff --git a/package.json b/package.json index 4710feb5..ef7b9808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "3.0.1", + "version": "3.0.2", "description": "Quick MARC editor", "main": "index.js", "repository": "",