From 6bbe5ff91e6e585d41afff9429a5e9c5b8416888 Mon Sep 17 00:00:00 2001 From: maximdidenkoepam Date: Tue, 24 Nov 2020 16:28:21 +0200 Subject: [PATCH] Release 4.0.2 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcb32d23..4d7b95954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change history for ui-circulation -## 4.0.1 (https://github.com/folio-org/ui-circulation/tree/v4.0.0) (2020-11-05) +## 4.0.2 (https://github.com/folio-org/ui-circulation/tree/v4.0.2) (2020-11-24) +[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v4.0.1...v4.0.2) +* Incorrect validation blocking user from saving overdue fine policy. Refs UICIRC-533. + +## 4.0.1 (https://github.com/folio-org/ui-circulation/tree/v4.0.1) (2020-11-05) [Full Changelog](https://github.com/folio-org/ui-circulation/compare/v4.0.0...v4.0.1) * Errors with new validation for 'Lost item fee policy' page. Refs UICIRC-512. * Unable to enter decimal places on Overdue Fines Policy on Honeysuckle and Snapshot Dev. Refs UICIRC-514. diff --git a/package.json b/package.json index e9f76120f..61624d407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/circulation", - "version": "4.0.1", + "version": "4.0.2", "description": "Circulation manager", "repository": "folio-org/ui-circulation", "publishConfig": {