From 96bf4519c774d971ecdea0b56bfe7c80c2ea6a10 Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Tue, 1 Oct 2024 05:43:08 +0000 Subject: [PATCH] chore(release): 15.1.1 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bae1e..822c78d 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.1.1](https://github.com/mojaloop/mojaloop-simulator/compare/v15.1.0...v15.1.1) (2024-10-01) + + +### Bug Fixes + +* uuid/ulid regex ([#172](https://github.com/mojaloop/mojaloop-simulator/issues/172)) ([b5f03bf](https://github.com/mojaloop/mojaloop-simulator/commit/b5f03bfc10b5f7aae01b655e67fbbd143be2fb4d)) + ## [15.1.0](https://github.com/mojaloop/mojaloop-simulator/compare/v15.0.0...v15.1.0) (2024-09-25) diff --git a/package-lock.json b/package-lock.json index c7a2a17..28e1856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mojaloop-simulator", - "version": "15.1.0", + "version": "15.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mojaloop-simulator", - "version": "15.1.0", + "version": "15.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6122c3b..bb49a65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mojaloop-simulator", - "version": "15.1.0", + "version": "15.1.1", "description": "A canonical test example implementation of the parties, transfers and quotes resources of the Mojaloop FSP Interoperability API", "license": "Apache-2.0", "main": "src/index.js",