json_env 1.3.0

Loads an environment variables from JSON files (`.env.json` per default) and starts a subprocess with them.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Better error messages
- Support for multiple config files

### Changed

- Throw error if a JSON path is provided, that does not point to a thing


## [1.2.0] - 2022-11-03

### Added

- Support for using a different config file name, not only `.env.json`
- Support for expanding environment variables inside the config file
- Support for JSON Path

## [1.1.0] - 2022-09-30
### Added

- Support for `--help` and `--version`