From 50a78ef565b83fbdb199f6b0cc49242ef76b2bbd Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Fri, 8 Nov 2024 21:13:40 +0400 Subject: [PATCH] Release v6.0.1 (#604) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9846daee..bd9e2baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 6.1.0 (IN PROGRESS) +## [6.0.1](https://github.com/folio-org/ui-receiving/tree/v6.0.1) (2024-11-08) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v6.0.0...v6.0.1) + * Do not call mod-search viewing member titles. Refs UIREC-415. ## [6.0.0](https://github.com/folio-org/ui-receiving/tree/v6.0.0) (2024-10-31) diff --git a/package.json b/package.json index c6b992a9..47796559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "6.0.0", + "version": "6.0.1", "description": "Description for receiving", "main": "index.js", "repository": "",