Skip to content

Commit e25b8ca

Browse files
committed
chore(release): cut prism node 2.2.1 release
## [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))
1 parent 1f6d85f commit e25b8ca

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/input-output-hk/atala-prism/compare/v2.2.0...v2.2.1) (2023-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
# [2.2.0](https://github.com/input-output-hk/atala-prism/compare/v2.1.5...v2.2.0) (2023-07-25)
29

310

infrastructure/charts/node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ version: 0.1.0
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "2.2.0"
21+
appVersion: "2.2.1"
2222
dependencies: []

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prism-node",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"engines": {
55
"node": ">=16.13.0"
66
},

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "2.2.0-SNAPSHOT"
1+
ThisBuild / version := "2.2.1-SNAPSHOT"

0 commit comments

Comments
 (0)