From cac37ce030f906077fdaf0a2b8e8f1b289ea1ca5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jul 2020 10:20:35 +0000 Subject: [PATCH] chore(release): 2.22.1 [skip ci] ## [2.22.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.0...v2.22.1) (2020-07-06) ### Bug Fixes * **tidy up:** auth event success callback ([#89](https://github.com/hmcts/rpx-xui-node-lib/issues/89)) ([fc84583](https://github.com/hmcts/rpx-xui-node-lib/commit/fc84583ae7a4c6bead6aa6c73e16dbf9e7133a0d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c25ae5..99c22f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.22.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.22.0...v2.22.1) (2020-07-06) + + +### Bug Fixes + +* **tidy up:** auth event success callback ([#89](https://github.com/hmcts/rpx-xui-node-lib/issues/89)) ([fc84583](https://github.com/hmcts/rpx-xui-node-lib/commit/fc84583ae7a4c6bead6aa6c73e16dbf9e7133a0d)) + # [2.22.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.21.0...v2.22.0) (2020-07-03) diff --git a/package.json b/package.json index 7385649c..6124bf59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.22.0", + "version": "2.22.1", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",