From efa33d575462c32479cf695cf70141c82e4566aa Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 30 Nov 2023 10:21:33 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.12.3 release ## [0.12.3](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.2...prism-mediator-v0.12.3) (2023-11-30) ### Bug Fixes * force release.. ([#190](https://github.com/input-output-hk/atala-prism-mediator/issues/190)) ([b02f628](https://github.com/input-output-hk/atala-prism-mediator/commit/b02f628bd4a5d0ef1d234b5a3c211cfee96e17fa)) Signed-off-by: atala-dev Signed-off-by: Shailesh Patil --- CHANGELOG.md | 7 +++++++ infrastructure/charts/mediator/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250c81c6..30b5947b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.12.3](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.2...prism-mediator-v0.12.3) (2023-11-30) + + +### Bug Fixes + +* force release.. ([#190](https://github.com/input-output-hk/atala-prism-mediator/issues/190)) ([b02f628](https://github.com/input-output-hk/atala-prism-mediator/commit/b02f628bd4a5d0ef1d234b5a3c211cfee96e17fa)) + ## [0.12.2](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.1...prism-mediator-v0.12.2) (2023-11-22) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 1025bf28..4d90a065 100644 --- a/infrastructure/charts/mediator/Chart.yaml +++ b/infrastructure/charts/mediator/Chart.yaml @@ -18,5 +18,5 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.12.2" +appVersion: "0.12.3" dependencies: [] diff --git a/package-lock.json b/package-lock.json index aacdb1ac..7ce358c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.12.2", + "version": "0.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.12.2", + "version": "0.12.3", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 750483c9..d143ff34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.12.2", + "version": "0.12.3", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index e181b476..797779a1 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.12.2-SNAPSHOT" +ThisBuild / version := "0.12.3-SNAPSHOT"