Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Dec 26, 2024
1 parent b8e803b commit a855fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.5.3 (2024-12-26)

### Bug fix

* fix: fix typo #94 (@hanhan1978)

## v1.5.2 (2024-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

final class Main
{
public const VERSION = 'v1.5.2';
public const VERSION = 'v1.5.3';

public function __construct(
private string $directory,
Expand Down

0 comments on commit a855fd5

Please sign in to comment.