diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed6f43a..decd9362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [15.0.1](https://github.com/mojaloop/ml-api-adapter/compare/v15.0.0...v15.0.1) (2025-01-09) + + +### Chore + +* fix vulnerabilities, update deps ([#570](https://github.com/mojaloop/ml-api-adapter/issues/570)) ([6da93a9](https://github.com/mojaloop/ml-api-adapter/commit/6da93a9941991d7ef512b54bb2786c2c111a8bed)) + ## [15.0.0](https://github.com/mojaloop/ml-api-adapter/compare/v14.0.7...v15.0.0) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index 5567fa06..8572e8ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mojaloop/ml-api-adapter", - "version": "15.0.0", + "version": "15.0.1", "license": "Apache-2.0", "dependencies": { "@hapi/basic": "7.0.2", diff --git a/package.json b/package.json index 017b027a..52078d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/ml-api-adapter", - "version": "15.0.0", + "version": "15.0.1", "description": "Convert from ML API to/from internal Central Services messaging format", "license": "Apache-2.0", "private": true,