Skip to content

Commit f6acf7f

Browse files
Merge pull request #3 from EcomDev/release-please--branches--main
chore(main): release 1.1.0
2 parents d6799cc + 33b7236 commit f6acf7f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/EcomDev/mysql-to-jsonl/compare/v1.0.0...v1.1.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* **build:** added Phar version to release pipeline ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
9+
* **command:** added `mysql2jsonl export` command ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
10+
* **command:** added `mysql2jsonl import` command ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
11+
* **config:** added `batchSize` setting ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
12+
* **config:** added `concurrency` settings ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
13+
* **config:** added `importMode` setting of `truncate` and `update` ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
14+
* **config:** added `includeTables` and `excludeTables` rules ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
15+
* **config:** created JSONSchema for configuration files ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
16+
* mysql2json import/export tool ([127bda3](https://github.com/EcomDev/mysql-to-jsonl/commit/127bda3933a6c5be40eac89a5b2524d3ac7ebaab))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* **docs:** added README with basic info ([96b37c6](https://github.com/EcomDev/mysql-to-jsonl/commit/96b37c621ff02611d7bae9558f2e622e78de7824))
22+
* **main:** release 1.0.0 ([0df49cb](https://github.com/EcomDev/mysql-to-jsonl/commit/0df49cb34f8f0455e39ab02fe9bb6c423801fd01))
23+
324
## 1.0.0 (2025-01-22)
425

526

0 commit comments

Comments
 (0)