account-lookup-service 17.12.5-snapshot.1 → 17.12.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [17.12.5](https://github.com/mojaloop/account-lookup-service/compare/v17.12.4...v17.12.5) (2025-09-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **csi-1715:** updated delete party logic; added unit-test to check handleError failure ([#568](https://github.com/mojaloop/account-lookup-service/issues/568)) ([30f8b0f](https://github.com/mojaloop/account-lookup-service/commit/30f8b0f90c55787d1a1f6efdae5423ea51ec9844))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([4002084](https://github.com/mojaloop/account-lookup-service/commit/400208429b94d3a2820960e26564d60c958be8ce))
16
+
5
17
  ### [17.12.4](https://github.com/mojaloop/account-lookup-service/compare/v17.12.3...v17.12.4) (2025-08-29)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "17.12.5-snapshot.1",
4
+ "version": "17.12.5",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [