From 1af84913411249e1421deaef1fa1bedb40a387a7 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 2 Apr 2020 12:34:02 -0400 Subject: [PATCH] Release v2.0.2 (#542) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4647b89..30a516f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history for ui-requests +## [2.0.2](https://github.com/folio-org/ui-requests/tree/v2.0.2) (2020-04-02) +[Full Changelog](https://github.com/folio-org/ui-requests/compare/v2.0.1...v2.0.2) + +* Fixed the ability to change service point for open page request. Refs UIREQ-426. +* Fix display of the request count on item. Refs UIREQ-433. + ## [2.0.1](https://github.com/folio-org/ui-requests/tree/v2.0.1) (2020-03-17) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index 623ab7e5..2030a9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "2.0.1", + "version": "2.0.2", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": {