From 51359195d95b799ac5d75d7ffe2ad17c5ab64bbf Mon Sep 17 00:00:00 2001 From: Todd Bluhm Date: Tue, 18 Apr 2017 12:44:13 -0400 Subject: [PATCH] Updated package to 5.1.0 - Added new contributor - Updated changelog --- CHANGELOG.md | 5 +++++ README.md | 1 + package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a586d6e..e6ad5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index d2b2820..5a26e1f 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index cbc6ab9..287a621 100644 --- a/package.json +++ b/package.json @@ -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": {