Skip to content

Commit

Permalink
chore(release): release atala-automation v0.5.1
Browse files Browse the repository at this point in the history
## [0.5.1](atala-automation-v0.5.0...atala-automation-v0.5.1) (2024-06-28)

### Bug Fixes

* signing condition ([#16](#16)) ([c5aba7d](c5aba7d))
  • Loading branch information
atala-dev committed Jun 28, 2024
1 parent c5aba7d commit 73b13db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.1](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.5.0...atala-automation-v0.5.1) (2024-06-28)


### Bug Fixes

* signing condition ([#16](https://github.com/input-output-hk/atala-automation/issues/16)) ([c5aba7d](https://github.com/input-output-hk/atala-automation/commit/c5aba7d65891e5d67e95bc2d5c5dc2ba812fb1bf))

# [0.5.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.4.0...atala-automation-v0.5.0) (2024-06-28)


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.0
version = 0.5.1
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.0",
"version": "0.5.1",
"description": "Common automation place for all Atala projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 73b13db

Please sign in to comment.