From aa63c9d57958b7940a010499f94e327146102119 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Jun 2020 20:22:00 +0000 Subject: [PATCH] chore(release): 2.20.1 [skip ci] ## [2.20.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.20.0...v2.20.1) (2020-06-21) ### Bug Fixes * **oidc:** refresh handler not being called ([#85](https://github.com/hmcts/rpx-xui-node-lib/issues/85)) ([e2ad5a0](https://github.com/hmcts/rpx-xui-node-lib/commit/e2ad5a0150aaf5d4332cdd1843c59a442ad180f9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5273de..9e5e51b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.20.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.20.0...v2.20.1) (2020-06-21) + + +### Bug Fixes + +* **oidc:** refresh handler not being called ([#85](https://github.com/hmcts/rpx-xui-node-lib/issues/85)) ([e2ad5a0](https://github.com/hmcts/rpx-xui-node-lib/commit/e2ad5a0150aaf5d4332cdd1843c59a442ad180f9)) + # [2.20.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.19.0...v2.20.0) (2020-06-20) diff --git a/package.json b/package.json index 7da7e742..8cc4bf00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.20.0", + "version": "2.20.1", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",