Skip to content

Commit 892a834

Browse files
committed
v1.3.1
1 parent 48290e4 commit 892a834

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.3.1 (2024-07-05)
4+
35
### Features
46

57
* add `--hide-private`, `--hide-private-properties`, `--hide-private-methods` option. #67

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.3.0';
16+
public const VERSION = 'v1.3.1';
1717

1818
public function __construct(
1919
private string $directory,

0 commit comments

Comments
 (0)