account-lookup-service 16.1.0-iso.1 → 17.0.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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,17 @@
|
|
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.0.0](https://github.com/mojaloop/account-lookup-service/compare/v16.0.2...v17.0.0) (2025-01-19)
|
6
|
+
|
7
|
+
|
8
|
+
### ⚠ BREAKING CHANGES
|
9
|
+
|
10
|
+
* add iso20022 compatibility (#518)
|
11
|
+
|
12
|
+
### Features
|
13
|
+
|
14
|
+
* add iso20022 compatibility ([#518](https://github.com/mojaloop/account-lookup-service/issues/518)) ([1eaaff1](https://github.com/mojaloop/account-lookup-service/commit/1eaaff13048af5bc34cd55fcd85b2152e6413963)), closes [#482](https://github.com/mojaloop/account-lookup-service/issues/482) [#483](https://github.com/mojaloop/account-lookup-service/issues/483)
|
15
|
+
|
5
16
|
### [16.0.2](https://github.com/mojaloop/account-lookup-service/compare/v16.0.1...v16.0.2) (2025-01-07)
|
6
17
|
|
7
18
|
|
package/package.json
CHANGED