diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7325798..3ed3ffc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7215584..ec8fc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.2](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.1...1.4.2) (2025-01-27) + + +### Miscellaneous Chores + +* **main:** release 1.4.1 ([#10](https://github.com/EcomDev/mysql-to-jsonl/issues/10)) ([bec5bf5](https://github.com/EcomDev/mysql-to-jsonl/commit/bec5bf5a8bbe5c273a33895ca737212e2ca841d4)) +* release 1.4.1 ([d37f024](https://github.com/EcomDev/mysql-to-jsonl/commit/d37f0248df8fe8ac13afbdee2cc6bf61a88e3580)) +* release 1.4.2 ([66055de](https://github.com/EcomDev/mysql-to-jsonl/commit/66055de5c729f1a4df90676da88929695c310fa4)) + ## [1.4.1](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.1...1.4.1) (2025-01-27) diff --git a/bin/mysql2jsonl b/bin/mysql2jsonl index d71f203..1c1494b 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.1'; +const VERSION = '1.4.2'; // x-release-please-end $application = new Application(