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(