@hmcts/rpx-xui-node-lib 2.27.2 → 2.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.28.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.2...v2.28.0) (2024-01-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * EXUI-382 session cookie ([#236](https://github.com/hmcts/rpx-xui-node-lib/issues/236)) ([f3a8d29](https://github.com/hmcts/rpx-xui-node-lib/commit/f3a8d29fc57084525b1171b8ca47d950137e13bf))
7
+
1
8
  ## [2.27.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.0...v2.27.1) (2023-08-15)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # rpx-xui-node-lib
2
- Common Nodejs library components for XUI
2
+ Common Nodejs library components for XUI
3
3
 
4
4
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
5
5
  ![Semantic-Release](https://github.com/hmcts/rpx-xui-node-lib/workflows/Semantic-Release/badge.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/rpx-xui-node-lib",
3
- "version": "2.27.2",
3
+ "version": "2.28.0",
4
4
  "description": "Common Nodejs library components for XUI",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",