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": "",