From 241cdf6c097932c81f77d0a6a4e69da6d46268a6 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Thu, 13 Apr 2023 23:17:56 +0200 Subject: [PATCH] chore(release): 3.8.19 --- 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 52590570..eb275d9c 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.19](https://github.com/factorial-io/phabalicious/compare/3.8.18...3.8.19) (2023-04-13) + + +### Features + +* Allow an about section for scaffolding files ([8db3f69](https://github.com/factorial-io/phabalicious/commit/8db3f690cf86552cbc69f98df4cd5584368e5981)) + + +### Bug Fixes + +* Do not validate empty values for questions ([77f5190](https://github.com/factorial-io/phabalicious/commit/77f519092410d24b88ed070797bc674c11b31b53)) + ### [3.8.18](https://github.com/factorial-io/phabalicious/compare/3.8.17...3.8.18) (2023-04-12) diff --git a/package.json b/package.json index 1b050fda..df75630d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phabalicious", - "version": "3.8.18", + "version": "3.8.19", "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 f67da945..5f501650 100644 --- a/src/Utilities/Utilities.php +++ b/src/Utilities/Utilities.php @@ -13,7 +13,7 @@ class Utilities { - const FALLBACK_VERSION = '3.8.18'; + const FALLBACK_VERSION = '3.8.19'; const COMBINED_ARGUMENTS = 'combined'; const UNNAMED_ARGUMENTS = 'unnamedArguments';