diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce43f7..d932871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.27.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.0...v2.27.1) (2023-08-15) + + +### Bug Fixes + +* **strategy.class.ts:** routeCredential for anonymous user ([#209](https://github.com/hmcts/rpx-xui-node-lib/issues/209)) ([63b2474](https://github.com/hmcts/rpx-xui-node-lib/commit/63b247451f7841d10884df5dc99afc83dd1a35ea)) + # [2.27.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.26.13...v2.27.0) (2023-06-19) diff --git a/package.json b/package.json index c838737..9f47d7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.27.0", + "version": "2.27.1", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",