From 7a8bab6ef1025cecdd3c3766a7b14b0a6cbf582b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 15:45:37 +0000 Subject: [PATCH] chore(release): 2.29.1 [skip ci] ## [2.29.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.29.0...v2.29.1) (2024-07-18) ### Bug Fixes * yarn lock ([#242](https://github.com/hmcts/rpx-xui-node-lib/issues/242)) ([d38f1e5](https://github.com/hmcts/rpx-xui-node-lib/commit/d38f1e5296c5c855f22eb0c5132a28ab847a18e9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b3a04..89abc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.29.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.29.0...v2.29.1) (2024-07-18) + + +### Bug Fixes + +* yarn lock ([#242](https://github.com/hmcts/rpx-xui-node-lib/issues/242)) ([d38f1e5](https://github.com/hmcts/rpx-xui-node-lib/commit/d38f1e5296c5c855f22eb0c5132a28ab847a18e9)) + # [2.28.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.2...v2.28.0) (2024-01-18) diff --git a/package.json b/package.json index 1349371..11d11a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.29.0", + "version": "2.29.1", "description": "Common nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",