Publish version 2.2.0

- Update changelog
- Update package.json
This commit is contained in:
Todd Bluhm 2016-09-23 02:00:49 -04:00
parent d46740c56d
commit 288b5a506c
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 2.2.0
- **Feature**: Added support for .json env files (special thanks to Eric Lanehart!)
## 2.1.0
- **Feature**: Added support for `key value` mapping in env vars file
- **Feature**: Added support for inline comments `ENV=VALUE # inline comment`

View File

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