From 82c756f3cee490f9951636920166842210d653a5 Mon Sep 17 00:00:00 2001 From: oleksandr_antonenko Date: Wed, 11 Sep 2019 15:16:06 +0300 Subject: [PATCH] Release v1.10.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00377c0c..68e79d2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for ui-circulation -## 1.10.0 (IN PROGRESS) +## [1.10.0](https://github.com/folio-org/ui-circulation/tree/v1.10.0) (2019-09-11) +[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v1.9.0...v1.10.0) * Retrieve 1000 elements on Settings pages instead of 10. Refs UICIRC-302. * Add missing tests for request policy. Part of UICIRC-293. diff --git a/package.json b/package.json index 4209d98c6..6e8227e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/circulation", - "version": "1.9.0", + "version": "1.10.0", "description": "Circulation manager", "repository": "folio-org/ui-circulation", "publishConfig": {