Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.13.0 release
Browse files Browse the repository at this point in the history
# [0.13.0](prism-mediator-v0.12.3...prism-mediator-v0.13.0) (2023-11-30)

### Bug Fixes

* register the transport ([#192](#192)) ([e73a2ab](e73a2ab))

### Features

* Update timeout settings for websocket ([#191](#191)) ([11a4437](11a4437))
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent dbad154 commit a5f1f61
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.13.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.12.3...prism-mediator-v0.13.0) (2023-11-30)


### Bug Fixes

* register the transport ([#192](https://github.com/input-output-hk/atala-prism-mediator/issues/192)) ([e73a2ab](https://github.com/input-output-hk/atala-prism-mediator/commit/e73a2ab74c60916eec68f0415ba9a1d3da5c2587))


### Features

* Update timeout settings for websocket ([#191](https://github.com/input-output-hk/atala-prism-mediator/issues/191)) ([11a4437](https://github.com/input-output-hk/atala-prism-mediator/commit/11a44376664c55e97e18faa2b7f7849591b20532))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
appVersion: "0.13.0"
dependencies: []
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atala-prism-mediator",
"version": "0.12.3",
"version": "0.13.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.12.3-SNAPSHOT"
ThisBuild / version := "0.13.0-SNAPSHOT"

0 comments on commit a5f1f61

Please sign in to comment.