Skip to content

Commit aa8c41a

Browse files
committed
v1.3.0 (2024-06-02)
Features * add SVG link support. add `--svg-topurl` option. #65
1 parent 4fe05b9 commit aa8c41a

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.0 (2024-06-02)
4+
35
### Features
46

57
* add SVG link support. add `--svg-topurl` option. #65

src/Main.php

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

1515
final class Main
1616
{
17-
const VERSION = 'v1.2.6';
17+
const VERSION = 'v1.3.0';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)