diff --git a/CHANGELOG.md b/CHANGELOG.md index ede1fdbf..6cd15383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/vijayg10/ml-testing-toolkit-ui/compare/v15.1.1...v15.1.2) (2023-02-03) + ### [15.1.1](https://github.com/vijayg10/ml-testing-toolkit-ui/compare/v15.1.0...v15.1.1) (2023-01-05) diff --git a/package-lock.json b/package-lock.json index e22e3383..91c6c0e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ml-testing-toolkit-ui", - "version": "15.1.1", + "version": "15.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ml-testing-toolkit-ui", - "version": "15.1.1", + "version": "15.1.2", "license": "Apache-2.0", "dependencies": { "@ant-design/colors": "^7.0.0", diff --git a/package.json b/package.json index a2226c16..9c73f95a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-testing-toolkit-ui", - "version": "15.1.1", + "version": "15.1.2", "description": "Mojaloop Testing Toolkit Web User Interface", "main": "index.js", "repository": {