From e81ba41b94ee74bde8b4111aba52157dbfa2d6dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:02:15 +0100 Subject: [PATCH] chore(main): release 1.4.3 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ bin/mysql2jsonl | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ed3ffc..d16b30c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.2" + ".": "1.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8fc60..4848a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.2...1.4.3) (2025-01-27) + + +### Bug Fixes + +* **phar:** artifact release process was fixed ([4efdfdd](https://github.com/EcomDev/mysql-to-jsonl/commit/4efdfddcc90845c1e73618141d547a8aa68bc1ef)) + ## [1.4.2](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.1...1.4.2) (2025-01-27) diff --git a/bin/mysql2jsonl b/bin/mysql2jsonl index 1c1494b..c8568aa 100755 --- a/bin/mysql2jsonl +++ b/bin/mysql2jsonl @@ -8,7 +8,7 @@ use Symfony\Component\Console\Application; require_once __DIR__ . '/../vendor/autoload.php'; // x-release-please-start-version -const VERSION = '1.4.2'; +const VERSION = '1.4.3'; // x-release-please-end $application = new Application(