We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe05b9 commit aa8c41aCopy full SHA for aa8c41a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v1.3.0 (2024-06-02)
4
+
5
### Features
6
7
* add SVG link support. add `--svg-topurl` option. #65
src/Main.php
@@ -14,7 +14,7 @@
14
15
final class Main
16
{
17
- const VERSION = 'v1.2.6';
+ const VERSION = 'v1.3.0';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments