From 1f02b09908342574388364ce8c4f32ccae795e97 Mon Sep 17 00:00:00 2001 From: Vladyslav Velytskyi <55701515+Vladyslav-Velytskyi@users.noreply.github.com> Date: Thu, 17 Jun 2021 20:09:12 +0300 Subject: [PATCH] Release v3.1.0 (#179) --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8431958..cba46574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [3.1.0](in progress) +## [3.1.0](https://github.com/folio-org/ui-quick-marc/tree/v3.1.0) (2021-06-17) * [UIQM-86](https://issues.folio.org/browse/UIQM-86) Auto-populate a subfield section with leading $a when no leading subfield is present * [UIQM-90](https://issues.folio.org/browse/UIQM-90) Add shortcut keys to save a record and to move on search pane. * [UIQM-92](https://issues.folio.org/browse/UIQM-92) Compile translation files into AST format diff --git a/package.json b/package.json index e5c08403..358558c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "3.0.2", + "version": "3.1.0", "description": "Quick MARC editor", "main": "index.js", "repository": "",