From 10aeda1e16088546dbe43c4116dd9fcd7fb8890a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jul 2020 12:44:27 +0000 Subject: [PATCH] chore(release): 2.23.0 [skip ci] # [2.23.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.2...v2.23.0) (2020-07-13) ### Features * **oidc:** session timeout finder logic ([3f59af4](https://github.com/hmcts/rpx-xui-node-lib/commit/3f59af42ebf873ec895628f3908766a1ae7b7477)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ecfd10..ab87d6eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.23.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.2...v2.23.0) (2020-07-13) + + +### Features + +* **oidc:** session timeout finder logic ([3f59af4](https://github.com/hmcts/rpx-xui-node-lib/commit/3f59af42ebf873ec895628f3908766a1ae7b7477)) + ## [2.22.2](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.1...v2.22.2) (2020-07-10) diff --git a/package.json b/package.json index 49b1a136..f01639d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.22.2", + "version": "2.23.0", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",