Skip to content

Commit

Permalink
chore(release): cut prism node 2.2.1 release
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2023-07-27)

### Bug Fixes

* add string secret for consumers to allow keys to be generated ([#825](#825)) ([1f6d85f](1f6d85f))
  • Loading branch information
atala-dev committed Jul 27, 2023
1 parent 1f6d85f commit e25b8ca
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/input-output-hk/atala-prism/compare/v2.2.0...v2.2.1) (2023-07-27)


### Bug Fixes

* add string secret for consumers to allow keys to be generated ([#825](https://github.com/input-output-hk/atala-prism/issues/825)) ([1f6d85f](https://github.com/input-output-hk/atala-prism/commit/1f6d85f8a8027fe0e400c9a399fe14f102889cd4))

# [2.2.0](https://github.com/input-output-hk/atala-prism/compare/v2.1.5...v2.2.0) (2023-07-25)


Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/node/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: "2.2.0"
appVersion: "2.2.1"
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": "prism-node",
"version": "2.2.0",
"version": "2.2.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 := "2.2.0-SNAPSHOT"
ThisBuild / version := "2.2.1-SNAPSHOT"

0 comments on commit e25b8ca

Please sign in to comment.