From 73b13dba82ca61851aeea053014d01421c83b93d Mon Sep 17 00:00:00 2001 From: atala-dev Date: Fri, 28 Jun 2024 23:33:00 +0000 Subject: [PATCH] chore(release): release atala-automation v0.5.1 ## [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)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329520d..dca4eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index ba07cbc..bfff4e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 0.5.0 +version = 0.5.1 kotlin.code.style = official diff --git a/package-lock.json b/package-lock.json index 3d4468f..62a5eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.5.0", + "version": "0.5.1", "license": "ISC", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 453ec65..bd56d49 100644 --- a/package.json +++ b/package.json @@ -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"