@atshubh/json-merge
Version:
Library to merge multiple json files into single json file
73 lines (32 loc) • 2.46 kB
Markdown
## [3.0.2](https://github.com/atshubh/json-merge/compare/v3.0.1...v3.0.2) (2021-05-25)
### Bug Fixes
* force release ([1f85cc9](https://github.com/atshubh/json-merge/commit/1f85cc92c78612344b63ec951e1462a98ebd7ff3))
## [3.0.1](https://github.com/atshubh/json-merge/compare/v3.0.0...v3.0.1) (2021-05-12)
### Bug Fixes
* added missing comma ([5aa11ac](https://github.com/atshubh/json-merge/commit/5aa11acac28948ce74ae0788c15aca2057cd830d))
* npm i ([78b02d4](https://github.com/atshubh/json-merge/commit/78b02d4bcae21479616ea745ebd138e61cc5da85))
* package.json ([bfc5dc5](https://github.com/atshubh/json-merge/commit/bfc5dc51dcd6dafaebdb45512de560cec3aacf9f))
# [3.0.0](https://github.com/atshubh/json-merge/compare/v2.1.0...v3.0.0) (2021-04-16)
### Code Refactoring
* **package:** changed package name to atshubh/json-merge ([1f36611](https://github.com/atshubh/json-merge/commit/1f36611d0f2d3ffea721c934de96c076cdded66e))
### BREAKING CHANGES
* **package:** package name changed
# [2.1.0](https://github.com/shubh-works/json-merge/compare/v2.0.0...v2.1.0) (2020-11-02)
### Features
* added f option to create output dir ([ae1b5b8](https://github.com/shubh-works/json-merge/commit/ae1b5b8b1522a7bf92645feeb0e7c098fa81716a))
# [2.0.0](https://github.com/shubh-works/json-merge/compare/v1.0.2...v2.0.0) (2020-09-24)
### Bug Fixes
* **all:** prevent output json from included in merge ([3e74121](https://github.com/shubh-works/json-merge/commit/3e741217717ed650043b714378715ba78a618120))
### BREAKING CHANGES
* **all:** reversed default value for options -c and -R
## [1.0.2](https://github.com/shubh-works/json-merge/compare/v1.0.1...v1.0.2) (2020-09-24)
### Bug Fixes
* **replace:** option not working if file not present ([67a09bf](https://github.com/shubh-works/json-merge/commit/67a09bf440afc42a3486050205376c639fdc82cb))
## [1.0.1](https://github.com/shubh-works/json-merge/compare/v1.0.0...v1.0.1) (2020-09-24)
### Bug Fixes
* argument check always failing for match ([8a91cd3](https://github.com/shubh-works/json-merge/commit/8a91cd3adcd848d7b59a0c09f5715371789e28db))
# 1.0.0 (2020-09-24)
### Bug Fixes
* Fixed semantic-release setup ([426d3bc](https://github.com/shubh-works/json-merge/commit/426d3bcc0d5853d332bcc7da2676bb3831d6e8b7))
### Features
* **all:** added merge command to merge multiple json files ([6624015](https://github.com/shubh-works/json-merge/commit/6624015437479383314a218f94602542f15202c5))