From 879b44b7ecd5568438344bf9b3ba1a85c8d7a679 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jul 2020 08:52:11 +0000 Subject: [PATCH] chore(release): 2.23.1 [skip ci] ## [2.23.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.23.0...v2.23.1) (2020-07-16) ### Bug Fixes * **auth:** login first time not working ([#101](https://github.com/hmcts/rpx-xui-node-lib/issues/101)) ([e7ce154](https://github.com/hmcts/rpx-xui-node-lib/commit/e7ce1542a25f515b2dc475b789cd461db1e47c60)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab87d6eb..f917ec0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.23.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.23.0...v2.23.1) (2020-07-16) + + +### Bug Fixes + +* **auth:** login first time not working ([#101](https://github.com/hmcts/rpx-xui-node-lib/issues/101)) ([e7ce154](https://github.com/hmcts/rpx-xui-node-lib/commit/e7ce1542a25f515b2dc475b789cd461db1e47c60)) + # [2.23.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.2...v2.23.0) (2020-07-13) diff --git a/package.json b/package.json index f01639d3..c857cb51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.23.0", + "version": "2.23.1", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",