From 7b0b87a4e3a6c25429bd7ce9ce8ee38a0c04fd7d Mon Sep 17 00:00:00 2001 From: mojaloopci Date: Fri, 6 Oct 2023 12:20:50 +0000 Subject: [PATCH] chore(release): 15.0.0 [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 c3e2c54..ef23cd1 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.0](https://github.com/mojaloop/mojaloop-simulator/compare/v14.0.2...v15.0.0) (2023-10-06) + + +### CI + +* **mojaloop/#3533:** fix build and release pipeline ([#169](https://github.com/mojaloop/mojaloop-simulator/issues/169)) ([52a7572](https://github.com/mojaloop/mojaloop-simulator/commit/52a757286c31e1a77100eabf291bdbb35b9ef0d8)) + ### [14.0.2](https://github.com/mojaloop/mojaloop-simulator/compare/v14.0.1...v14.0.2) (2023-09-26) diff --git a/package-lock.json b/package-lock.json index 8a80952..0d600ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mojaloop-simulator", - "version": "15.0.0-snapshot.11", + "version": "15.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mojaloop-simulator", - "version": "15.0.0-snapshot.11", + "version": "15.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index fa32312..6d2e45f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mojaloop-simulator", - "version": "15.0.0-snapshot.11", + "version": "15.0.0", "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",