replace-json-property
Version:
CLI tool to replace a property in a JSON file
100 lines (44 loc) • 3.99 kB
Markdown
# [1.8.0](https://github.com/kreuzerk/replace-json-property/compare/v1.7.1...v1.8.0) (2021-10-07)
### Features
* **limiter:** add ability to limit number of value replacements ([42bae44](https://github.com/kreuzerk/replace-json-property/commit/42bae44c734df498d500081dec57b9bacf18a6d8))
## [1.7.1](https://github.com/kreuzerk/replace-json-property/compare/v1.7.0...v1.7.1) (2021-09-06)
### Bug Fixes
* 🐛 (silent) document silent flag ([4e59fdb](https://github.com/kreuzerk/replace-json-property/commit/4e59fdb4d4bf012a08221cd7aabd924aa3d6329c))
# [1.7.0](https://github.com/kreuzerk/replace-json-property/compare/v1.6.3...v1.7.0) (2021-09-06)
### Features
* **options:** add silent option ([66b2574](https://github.com/kreuzerk/replace-json-property/commit/66b2574ac1b89c587a4a68891c210e26afc07e05))
## [1.6.3](https://github.com/kreuzerk/replace-json-property/compare/v1.6.2...v1.6.3) (2020-11-21)
### Bug Fixes
* 🐛 correctly handle passed spaces ([2ebe3ed](https://github.com/kreuzerk/replace-json-property/commit/2ebe3ed79cae79f960166ab185eae662a3dbfc0d))
## [1.6.2](https://github.com/kreuzerk/replace-json-property/compare/v1.6.1...v1.6.2) (2020-11-16)
### Bug Fixes
* 🐛 apply correct default options ([0b29600](https://github.com/kreuzerk/replace-json-property/commit/0b29600bbc4c98c19526e4afc7bb1daaffe2b723))
* 🐛 assign correct default options ([b222d53](https://github.com/kreuzerk/replace-json-property/commit/b222d5309eab191257b9d6f33515954b77c4476b))
* 🐛 handle null value for options ([d1c22e1](https://github.com/kreuzerk/replace-json-property/commit/d1c22e1d24b34e9bf7a7cffb267de196e2815e14))
## [1.6.1](https://github.com/kreuzerk/replace-json-property/compare/v1.6.0...v1.6.1) (2020-09-30)
### Bug Fixes
* 🐛 remove wrong import and wrong method call ([8e9d250](https://github.com/kreuzerk/replace-json-property/commit/8e9d25078b065bc4c6e204b9c66243d608f26323)), closes [#33](https://github.com/kreuzerk/replace-json-property/issues/33)
# [1.6.0](https://github.com/kreuzerk/replace-json-property/compare/v1.5.1...v1.6.0) (2020-09-17)
### Features
* **replace:** use replace function in code ([b0fa83b](https://github.com/kreuzerk/replace-json-property/commit/b0fa83b90f5f718de6082535c2815cced13b669c))
## [1.5.1](https://github.com/kreuzerk/replace-json-property/compare/v1.5.0...v1.5.1) (2020-09-15)
### Bug Fixes
* **docs:** copy README and assets on build ([9261f4f](https://github.com/kreuzerk/replace-json-property/commit/9261f4f348a1e4f033d6a516352995fe479a0c64))
# [1.5.0](https://github.com/kreuzerk/replace-json-property/compare/v1.4.4...v1.5.0) (2020-09-15)
### Features
* **replace:** allow usage in code ([106b3ba](https://github.com/kreuzerk/replace-json-property/commit/106b3baeb945dd8d0127c12023b60eccfedf75c1))
## [1.4.4](https://github.com/kreuzerk/replace-json-property/compare/v1.4.3...v1.4.4) (2020-09-15)
### Bug Fixes
* **deps:** add chalk as missing dependency ([e4e2ec6](https://github.com/kreuzerk/replace-json-property/commit/e4e2ec6f94ff8d2c0196976ef3417ba09d7cc506))
## [1.4.3](https://github.com/kreuzerk/replace-json-property/compare/v1.4.2...v1.4.3) (2019-12-16)
### Bug Fixes
* **docs:** change logo ([fd7e979](https://github.com/kreuzerk/replace-json-property/commit/fd7e979))
## [1.4.2](https://github.com/kreuzerk/replace-json-property/compare/v1.4.1...v1.4.2) (2019-12-07)
### Bug Fixes
* **docs:** add logo to docs ([7299ad1](https://github.com/kreuzerk/replace-json-property/commit/7299ad1))
## [1.4.1](https://github.com/kreuzerk/replace-json-property/compare/v1.4.0...v1.4.1) (2019-05-13)
### Bug Fixes
* **spaces:** keep correct number of spaces ([78bd810](https://github.com/kreuzerk/replace-json-property/commit/78bd810))
# [1.4.0](https://github.com/kreuzerk/replace-json-property/compare/v1.3.0...v1.4.0) (2018-12-25)
### Features
* **options:** allow options to be passed in ([55cc0cd](https://github.com/kreuzerk/replace-json-property/commit/55cc0cd))