Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.1"
".": "1.4.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion bin/mysql2jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down