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 0c3f9b9 commit 0832c92Copy full SHA for 0832c92
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v1.2.6 (2024-05-29)
4
+
5
+### Features
6
7
+ * add Github Actions support. #64
8
9
### Bug fix
10
11
* fix php-vendor-credits version in require.(composer.json)
@@ -9,6 +15,7 @@
15
* cleanup directory. moved image files.
16
* add CREDITS file. use `smeghead/php-vendor-credits`
17
* update descriptions in README.
18
+ * fix typos #62 by @koriym
12
19
13
20
## v1.2.5 (2024-01-17)
14
21
src/Main.php
@@ -14,7 +14,7 @@
final class Main
{
- const VERSION = 'v1.2.5';
+ const VERSION = 'v1.2.6';
public function __construct(string $directory, Options $options)
0 commit comments