From 69c7fd27906b8016625d0e02bd66baea429a8608 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Tue, 7 May 2024 18:21:14 +0200 Subject: [PATCH] chore(release): 3.8.30 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/Utilities/Utilities.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b9e2c9..47eee1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.8.30](https://github.com/factorial-io/phabalicious/compare/3.8.28...3.8.30) (2024-05-07) + + +### Features + +* Expose settings and host-config when executing scaffold from a script ([b58efb4](https://github.com/factorial-io/phabalicious/commit/b58efb484b81385478db01d20c87d8fdf905a875)) + + +### Bug Fixes + +* Delete container after run when using script execution context docker-compose-run ([882df1e](https://github.com/factorial-io/phabalicious/commit/882df1ec907f93782bab3e09f19beaa1408a444c)) + ### [3.8.29](https://github.com/factorial-io/phabalicious/compare/3.8.28...3.8.29) (2024-05-07) diff --git a/package.json b/package.json index 7d1778d2..e79cea59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.29", + "version": "3.8.30", "main": "index.js", "repository": "https://github.com/factorial-io/phabalicious.git", "author": "Stephan Huber ", diff --git a/src/Utilities/Utilities.php b/src/Utilities/Utilities.php index 38c3eefd..e2af031c 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.29'; + const FALLBACK_VERSION = '3.8.30'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';