mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
Publish version 2.2.0
- Update changelog - Update package.json
This commit is contained in:
parent
d46740c56d
commit
288b5a506c
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.2.0
|
||||||
|
- **Feature**: Added support for .json env files (special thanks to Eric Lanehart!)
|
||||||
|
|
||||||
## 2.1.0
|
## 2.1.0
|
||||||
- **Feature**: Added support for `key value` mapping in env vars file
|
- **Feature**: Added support for `key value` mapping in env vars file
|
||||||
- **Feature**: Added support for inline comments `ENV=VALUE # inline comment`
|
- **Feature**: Added support for inline comments `ENV=VALUE # inline comment`
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "env-cmd",
|
"name": "env-cmd",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "Executes a command using the envs in the provided env file",
|
"description": "Executes a command using the envs in the provided env file",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user