From c38c8191408161ce975ef1915105eaef348607f7 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Sat, 29 Jun 2024 12:50:34 +0000 Subject: [PATCH] chore(release): release atala-automation v0.5.5 ## [0.5.5](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.5.4...atala-automation-v0.5.5) (2024-06-29) ### Bug Fixes * page release ([#23](https://github.com/input-output-hk/atala-automation/issues/23)) ([f9f4d29](https://github.com/input-output-hk/atala-automation/commit/f9f4d29730fd0cd334f8c55518791711d56781b0)) --- 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 92992a6..86e08b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.5](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.5.4...atala-automation-v0.5.5) (2024-06-29) + + +### Bug Fixes + +* page release ([#23](https://github.com/input-output-hk/atala-automation/issues/23)) ([f9f4d29](https://github.com/input-output-hk/atala-automation/commit/f9f4d29730fd0cd334f8c55518791711d56781b0)) + ## [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) diff --git a/gradle.properties b/gradle.properties index 43bc3f4..11a6700 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 0.5.4 +version = 0.5.5 kotlin.code.style = official diff --git a/package-lock.json b/package-lock.json index 5e18c26..76219af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.5.4", + "version": "0.5.5", "license": "ISC", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index fd87ba9..35160a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-automation", - "version": "0.5.4", + "version": "0.5.5", "description": "Common automation place for all Atala projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"