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