@shubh-works/json-merge
Version:
Library to merge multiple json files into single json file
45 lines (19 loc) • 1.46 kB
Markdown
# [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))