From d29a03a45d59de0d0a6b8ec92f574581960039d2 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 14 Sep 2023 19:02:12 +0000 Subject: [PATCH] chore(release): release atala-automation v0.3.0 # [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) ### Features * add gson custom factory ([#11](https://github.com/input-output-hk/atala-automation/issues/11)) ([03c791b](https://github.com/input-output-hk/atala-automation/commit/03c791bbd3dff9b8d828184844c46f8e90e67532)) --- 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 880edd0..6cd32fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Features + +* add gson custom factory ([#11](https://github.com/input-output-hk/atala-automation/issues/11)) ([03c791b](https://github.com/input-output-hk/atala-automation/commit/03c791bbd3dff9b8d828184844c46f8e90e67532)) + # [0.2.0](https://github.com/input-output-hk/atala-automation/compare/atala-automation-v0.1.2...atala-automation-v0.2.0) (2023-09-02) diff --git a/gradle.properties b/gradle.properties index b0e42c9..f721254 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 0.2.0 +version = 0.3.0 kotlin.code.style = official diff --git a/package-lock.json b/package-lock.json index 5d47159..36afaf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-automation", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-automation", - "version": "0.2.0", + "version": "0.3.0", "license": "ISC", "dependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 0bee431..f47d640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-automation", - "version": "0.2.0", + "version": "0.3.0", "description": "Common automation place for all Atala projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"