From c740e682247315ce6466fdfd7ece54acc107f36a Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 15 Jul 2021 16:40:07 -0400 Subject: [PATCH] Release v6.1.1 (#1799) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775b20624..1d3ed1e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for ui-users +## [6.1.1](https://github.com/folio-org/ui-users/tree/v6.1.1) (2021-07-15) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v6.1.0...v6.1.1) + +* Fix order refund and credit actions. Refs UIU-2178. +* Lost Item Processing Fee changes from outstanding to suspended. Refs UIU-2177. + ## [6.1.0](https://github.com/folio-org/ui-users/tree/v6.1.0) (2021-06-18) [Full Changelog](https://github.com/folio-org/ui-users/compare/v6.0.0...v6.1.0) diff --git a/package.json b/package.json index 64270483e..89f632d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/users", - "version": "6.1.0", + "version": "6.1.1", "description": "User management", "repository": "folio-org/ui-users", "publishConfig": {