From 808db25b6a8a6468737deb562a3c605bd60f0b07 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Wed, 8 Nov 2023 10:55:27 +0100 Subject: [PATCH] chore(release): 3.8.28 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/Utilities/Utilities.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3fe7ca..24cc3731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.28](https://github.com/factorial-io/phabalicious/compare/3.8.27...3.8.28) (2023-11-08) + + +### Features + +* new `docker-copy` action for artifact based deployments ([a036353](https://github.com/factorial-io/phabalicious/commit/a0363537dc409e16846951121ceec1b6cee78a01)) + ### [3.8.27](https://github.com/factorial-io/phabalicious/compare/3.8.26...3.8.27) (2023-09-10) diff --git a/package.json b/package.json index be23a63a..cc9f1931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.27", + "version": "3.8.28", "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 548f244a..445a54ce 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.27'; + const FALLBACK_VERSION = '3.8.28'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';