Skip to content

Commit

Permalink
chore(main): release 1.4.4 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Fingers crossed!
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
1 parent 23b448b commit b41fe99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.3"
".": "1.4.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.4](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.3...1.4.4) (2025-01-27)


### Bug Fixes

* **phar:** make sure artifact is downloaded into root ([23b448b](https://github.com/EcomDev/mysql-to-jsonl/commit/23b448bff99f03a11810c67d471f4d269581d684))

## [1.4.3](https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.2...1.4.3) (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.3';
const VERSION = '1.4.4';
// x-release-please-end

$application = new Application(
Expand Down

0 comments on commit b41fe99

Please sign in to comment.