From e9df504e5b274fde69ad263d98f5042fd17378d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Mar 2022 17:58:32 +0000 Subject: [PATCH] chore(release): 2.25.5 [skip ci] ## [2.25.5](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.25.4...v2.25.5) (2022-03-08) ### Bug Fixes * made sure that state failures are emitted to the consuming app ([#152](https://github.com/hmcts/rpx-xui-node-lib/issues/152)) ([5c2e2d2](https://github.com/hmcts/rpx-xui-node-lib/commit/5c2e2d22dea62414af18b46bad82bc58794867ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f19233..40cdea7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.25.5](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.25.4...v2.25.5) (2022-03-08) + + +### Bug Fixes + +* made sure that state failures are emitted to the consuming app ([#152](https://github.com/hmcts/rpx-xui-node-lib/issues/152)) ([5c2e2d2](https://github.com/hmcts/rpx-xui-node-lib/commit/5c2e2d22dea62414af18b46bad82bc58794867ba)) + ## [2.25.4](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.25.3...v2.25.4) (2021-07-14) diff --git a/package.json b/package.json index 8fddde9b..ef4ab92d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.25.4", + "version": "2.25.5", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",