Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.1.1 release
Browse files Browse the repository at this point in the history
## [0.1.1](prism-mediator-v0.1.0...prism-mediator-v0.1.1) (2023-05-23)

### Bug Fixes

* execute the ProtocolExecute's jobToRun zio ([#8](#8)) ([5034499](5034499))
* Hardcode the atala prism did identity ([#9](#9)) ([7984eea](7984eea))

Signed-off-by: atala-dev <atala.dev@iohk.io>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent e6d599c commit b7b69dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.1.1](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.1.0...prism-mediator-v0.1.1) (2023-05-23)


### Bug Fixes

* execute the ProtocolExecute's jobToRun zio ([#8](https://github.com/input-output-hk/atala-prism-mediator/issues/8)) ([5034499](https://github.com/input-output-hk/atala-prism-mediator/commit/503449991e10a78b82b1094d239703a0c9cd167b))
* Hardcode the atala prism did identity ([#9](https://github.com/input-output-hk/atala-prism-mediator/issues/9)) ([7984eea](https://github.com/input-output-hk/atala-prism-mediator/commit/7984eeacaf6bbd70a58356c3df74ce87b75485bd))

# [0.1.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.0.1...prism-mediator-v0.1.0) (2023-05-18)


Expand Down
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.1.0",
"version": "0.1.1",
"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.1.0-SNAPSHOT"
ThisBuild / version := "0.1.1-SNAPSHOT"

0 comments on commit b7b69dc

Please sign in to comment.