Updated package to 5.1.0

- Added new contributor
- Updated changelog
This commit is contained in:
Todd Bluhm 2017-04-18 12:44:13 -04:00
parent 7e29082fa7
commit 51359195d9
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 5.1.0
- **Feature**: Added new option `--no-override` that when passed will make it so that the env file
vars will not overwrite already defined env vars on `process.env` or in the shell
- **Updated Dev-Dependencies**: `standard >= 10.0.0`, `sinon >= 2.0.0`
## 5.0.0
- ***BREAKING***: Inline comments are no longer allowed in `.env` files (full line comments are still allowed)
- ***BREAKING***: `.env` file no longer supports the `env var` format (only `env=var` is allowed now)

View File

@ -133,6 +133,7 @@ Special thanks to [`cross-env`](https://github.com/kentcdodds/cross-env) for ins
- Eric Lanehart
- Jon Scheiding
- Alexander Praetorius
- Anton Versal
## Contributing Guide
I welcome all pull requests. Please make sure you add appropriate test cases for any features added. Before opening a PR please make sure to run the following scripts:

View File

@ -1,6 +1,6 @@
{
"name": "env-cmd",
"version": "5.0.0",
"version": "5.1.0",
"description": "Executes a command using the envs in the provided env file",
"main": "lib/index.js",
"bin": {