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",