Skip to content

Commit

Permalink
chore(release): cut prism node 2.3.0 release
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2024-05-17)

### Bug Fixes

* **node:** edit docker publish path in tragets [#852](#852) ([b9410fe](b9410fe))
* remove v in docker image version tag ([#826](#826)) ([30a8164](30a8164))

### Features

* enable legacy prism node ([#828](#828)) ([15e6865](15e6865))
  • Loading branch information
atala-dev committed May 17, 2024
1 parent b9410fe commit c5f5b3d
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
@@ -0,0 +1,12 @@
# [2.3.0](https://github.com/input-output-hk/atala-prism/compare/v2.2.1...v2.3.0) (2024-05-17)


### Bug Fixes

* **node:** edit docker publish path in tragets [#852](https://github.com/input-output-hk/atala-prism/issues/852) ([b9410fe](https://github.com/input-output-hk/atala-prism/commit/b9410fe7c7944b4131cc0ab39bfbae48cc7f298a))
* remove v in docker image version tag ([#826](https://github.com/input-output-hk/atala-prism/issues/826)) ([30a8164](https://github.com/input-output-hk/atala-prism/commit/30a81645fcea9623053d3a72286596dbf45325a0))


### Features

* enable legacy prism node ([#828](https://github.com/input-output-hk/atala-prism/issues/828)) ([15e6865](https://github.com/input-output-hk/atala-prism/commit/15e68657b5779b3d53812051adac2908f4a791c1))
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.1"
appVersion: "2.3.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": "prism-node",
"version": "2.2.1",
"version": "2.3.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 := "2.2.1-SNAPSHOT"
ThisBuild / version := "2.3.0-SNAPSHOT"

0 comments on commit c5f5b3d

Please sign in to comment.