-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut prism mediator 0.7.0 release
# [0.7.0](prism-mediator-v0.6.0...prism-mediator-v0.7.0) (2023-08-18) ### Bug Fixes * mediator test ([#71](#71)) ([7572dcc](7572dcc)) * parsing error when return_route is none ([#77](#77)) ([02dde1e](02dde1e)) * UserAccountRepo.createOrFindDidAccount ([#69](#69)) ([3526f0a](3526f0a)) ### Features * Error handling and Send Problem Reports ([#65](#65)) ([fe46055](fe46055)) Signed-off-by: atala-dev <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
- Loading branch information
1 parent
5815c6b
commit 0705b19
Showing
5 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "atala-prism-mediator", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"engines": { | ||
"node": ">=16.13.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "0.6.0-SNAPSHOT" | ||
ThisBuild / version := "0.7.0-SNAPSHOT" |