Skip to content

Commit e81ba41

Browse files
chore(main): release 1.4.3 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4efdfdd commit e81ba41

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.2"
2+
".": "1.4.3"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.4.2](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.1...1.4.2) (2025-01-27)
411

512

bin/mysql2jsonl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Symfony\Component\Console\Application;
88
require_once __DIR__ . '/../vendor/autoload.php';
99

1010
// x-release-please-start-version
11-
const VERSION = '1.4.2';
11+
const VERSION = '1.4.3';
1212
// x-release-please-end
1313

1414
$application = new Application(

0 commit comments

Comments
 (0)