mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
Updated package to 5.1.0
- Added new contributor - Updated changelog
This commit is contained in:
parent
7e29082fa7
commit
51359195d9
@ -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)
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user