Skip to content

Commit 808db25

Browse files
committed
chore(release): 3.8.28
1 parent 2e40e6b commit 808db25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [3.8.28](https://github.com/factorial-io/phabalicious/compare/3.8.27...3.8.28) (2023-11-08)
6+
7+
8+
### Features
9+
10+
* new `docker-copy` action for artifact based deployments ([a036353](https://github.com/factorial-io/phabalicious/commit/a0363537dc409e16846951121ceec1b6cee78a01))
11+
512
### [3.8.27](https://github.com/factorial-io/phabalicious/compare/3.8.26...3.8.27) (2023-09-10)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phabalicious",
3-
"version": "3.8.27",
3+
"version": "3.8.28",
44
"main": "index.js",
55
"repository": "https://github.com/factorial-io/phabalicious.git",
66
"author": "Stephan Huber <stephan@factorial.io>",

src/Utilities/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Utilities
1414
{
1515

16-
const FALLBACK_VERSION = '3.8.27';
16+
const FALLBACK_VERSION = '3.8.28';
1717
const COMBINED_ARGUMENTS = 'combined';
1818
const UNNAMED_ARGUMENTS = 'unnamedArguments';
1919

0 commit comments

Comments
 (0)