From bb2c80ba1343c39f202019e8334bd8ca2d602ae3 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 22 Nov 2023 21:33:26 +0000 Subject: [PATCH] chore(release): cut prism mediator 0.12.2 release ## [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) ### Bug Fixes * websocket correct indentation ([#182](https://github.com/input-output-hk/atala-prism-mediator/issues/182)) ([c30fc1f](https://github.com/input-output-hk/atala-prism-mediator/commit/c30fc1f7f15ab3fc14cf0fc36bcf2fc5b5bdc0b6)) 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 9eed8310..250c81c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Bug Fixes + +* websocket correct indentation ([#182](https://github.com/input-output-hk/atala-prism-mediator/issues/182)) ([c30fc1f](https://github.com/input-output-hk/atala-prism-mediator/commit/c30fc1f7f15ab3fc14cf0fc36bcf2fc5b5bdc0b6)) + ## [0.12.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.0...prism-mediator-v0.12.1) (2023-11-22) diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 33e8a0da..1025bf28 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.1" +appVersion: "0.12.2" dependencies: [] diff --git a/package-lock.json b/package-lock.json index f6060c03..aacdb1ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-mediator", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-mediator", - "version": "0.12.1", + "version": "0.12.2", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 3e0debfd..750483c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-mediator", - "version": "0.12.1", + "version": "0.12.2", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index e2428d80..e181b476 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.12.1-SNAPSHOT" +ThisBuild / version := "0.12.2-SNAPSHOT"