Skip to content

Commit

Permalink
chore(release): release atala-automation v0.5.4
Browse files Browse the repository at this point in the history
## [0.5.4](atala-automation-v0.5.3...atala-automation-v0.5.4) (2024-06-29)

### Bug Fixes

* release node version ([#21](#21)) ([a62a6a3](a62a6a3))
* release token ([#22](#22)) ([57a51dc](57a51dc))
* release workflow ([#20](#20)) ([d35ccc4](d35ccc4))
* workflow enhancements and upgrade ([#19](#19)) ([a511d24](a511d24))
  • Loading branch information
atala-dev committed Jun 29, 2024
1 parent 57a51dc commit d8f8a21
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.4](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.5.3...atala-automation-v0.5.4) (2024-06-29)


### Bug Fixes

* release node version ([#21](https://github.com/input-output-hk/atala-automation/issues/21)) ([a62a6a3](https://github.com/input-output-hk/atala-automation/commit/a62a6a3aef8947d0e2c06e8b0f90dae709e7beb5))
* release token ([#22](https://github.com/input-output-hk/atala-automation/issues/22)) ([57a51dc](https://github.com/input-output-hk/atala-automation/commit/57a51dc88b45a2e8af7082acc6c985e4d9fe97c3))
* release workflow ([#20](https://github.com/input-output-hk/atala-automation/issues/20)) ([d35ccc4](https://github.com/input-output-hk/atala-automation/commit/d35ccc4276e341aefa9e9a4a86928323f82a4d3a))
* workflow enhancements and upgrade ([#19](https://github.com/input-output-hk/atala-automation/issues/19)) ([a511d24](https://github.com/input-output-hk/atala-automation/commit/a511d241b0ffd3ae3013e76592cd6a1626dbe822))

## [0.5.3](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.5.2...atala-automation-v0.5.3) (2024-06-29)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 0.5.3
version = 0.5.4
kotlin.code.style = official
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-automation",
"version": "0.5.3",
"version": "0.5.4",
"description": "Common automation place for all Atala projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit d8f8a21

Please sign in to comment.