File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.4.2 "
2
+ "." : " 1.4.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.3] ( https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.2...1.4.3 ) (2025-01-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** phar:** artifact release process was fixed ([ 4efdfdd] ( https://github.com/EcomDev/mysql-to-jsonl/commit/4efdfddcc90845c1e73618141d547a8aa68bc1ef ) )
9
+
3
10
## [ 1.4.2] ( https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.1...1.4.2 ) (2025-01-27)
4
11
5
12
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Symfony\Component\Console\Application;
8
8
require_once __DIR__ . '/../vendor/autoload.php ' ;
9
9
10
10
// x-release-please-start-version
11
- const VERSION = '1.4.2 ' ;
11
+ const VERSION = '1.4.3 ' ;
12
12
// x-release-please-end
13
13
14
14
$ application = new Application (
You can’t perform that action at this time.
0 commit comments