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",