From 85fb217968e346318190df75247ad7c5c78efb3b Mon Sep 17 00:00:00 2001 From: elsenhans <48911833+elsenhans@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:28:14 +0200 Subject: [PATCH] Release v6.2.0 (#375) Co-authored-by: elsenhans --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7cb2ca..c494cd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change history for ui-erm-usage +## [6.2.0](https://github.com/folio-org/ui-erm-usage/tree/v6.2.0) (2022-06-30) +* Not possible to set both RequestorId and ApiKey (UIEUS-297) +* No results displayed on first open (UIEUS-296) +* Refactor app permissions (UIEUS-292) +* Action items always visible (UIEUS-295) +* Replace babel-eslint with @babel/eslint-parser (UIEUS-291) + ## [6.1.1](https://github.com/folio-org/ui-erm-usage/tree/v6.1.1) (2022-03-30) * Permission "Settings (eUsage): Can view and edit settings" doesn't allow create/edit Aggregator record (UIEUS-288) * An error occurs when trying to save changes to eUsage settings (UIEUS-287) diff --git a/package.json b/package.json index c7bde732..7da8368c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/erm-usage", - "version": "6.1.1", + "version": "6.2.0", "description": "eUsage Module", "main": "src/index.js", "repository": "folio-org/ui-erm-usage",