json_env 1.2.1

Loads an environment variables from a JSON file (`.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]

## [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`