Skip to content

Commit 8c0d227

Browse files
author
Stephan Huber
committed
chore(release): 4.0.0-beta.1
1 parent 20b1f8a commit 8c0d227

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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+
## [4.0.0-beta.1](https://github.com/factorial-io/phabalicious/compare/4.0.0-beta.0...4.0.0-beta.1) (2025-08-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **commands:** add void return types to configure() methods ([20b1f8a](https://github.com/factorial-io/phabalicious/commit/20b1f8a8c2b5d8143419be4463e9634ac63d38cc))
11+
512
## [4.0.0-beta.0](https://github.com/factorial-io/phabalicious/compare/3.8.37...4.0.0-beta.0) (2025-07-20)
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": "4.0.0-beta.0",
3+
"version": "4.0.0-beta.1",
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
@@ -12,7 +12,7 @@
1212

1313
class Utilities
1414
{
15-
public const FALLBACK_VERSION = '4.0.0-beta.0';
15+
public const FALLBACK_VERSION = '4.0.0-beta.1';
1616
public const COMBINED_ARGUMENTS = 'combined';
1717
public const UNNAMED_ARGUMENTS = 'unnamedArguments';
1818

0 commit comments

Comments
 (0)