From 3603a299ddc4516d935bdd9d007ffafb344a46cb Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 6 Dec 2023 12:38:36 +0000 Subject: [PATCH] chore(release): release atala-automation v0.3.1 ## [0.3.1](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.3.0...atala-automation-v0.3.1) (2023-12-06) ### Bug Fixes * add error message parameter to Wait.until function ([#12](https://github.com/input-output-hk/atala-automation/issues/12)) ([066b3df](https://github.com/input-output-hk/atala-automation/commit/066b3dfc1f891cad09b1889d845f1e4a9995f167)) --- 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 6cd32fd..7ec1831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.1](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.3.0...atala-automation-v0.3.1) (2023-12-06) + + +### Bug Fixes + +* add error message parameter to Wait.until function ([#12](https://github.com/input-output-hk/atala-automation/issues/12)) ([066b3df](https://github.com/input-output-hk/atala-automation/commit/066b3dfc1f891cad09b1889d845f1e4a9995f167)) + # [0.3.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.2.0...atala-automation-v0.3.0) (2023-09-14) diff --git a/gradle.properties b/gradle.properties index f721254..7369530 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 0.3.0 +version = 0.3.1 kotlin.code.style = official diff --git a/package-lock.json b/package-lock.json index 36afaf2..c688b4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index f47d640..70729ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-automation", - "version": "0.3.0", + "version": "0.3.1", "description": "Common automation place for all Atala projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"