diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cdea7a..b719ad16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.25.6](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.25.5...v2.25.6) (2022-03-09) + + +### Bug Fixes + +* workflow test ([#156](https://github.com/hmcts/rpx-xui-node-lib/issues/156)) ([9307fe6](https://github.com/hmcts/rpx-xui-node-lib/commit/9307fe6e6813f3ccb127cda67502fcee0c1dea8d)) + ## [2.25.5](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.25.4...v2.25.5) (2022-03-08) diff --git a/package.json b/package.json index 64d857c5..e3988159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.25.7", + "version": "2.25.6", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",