Skip to content

Commit 434112f

Browse files
committed
v1.4.2
1 parent 2a249cb commit 434112f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v1.4.2 (2024-09-23)
4+
35
### Features
46

57
* feat: support AsymmetricVisibility in constructor promotion.

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
final class Main
1515
{
16-
public const VERSION = 'v1.4.1';
16+
public const VERSION = 'v1.4.2';
1717

1818
public function __construct(
1919
private string $directory,

0 commit comments

Comments
 (0)