Skip to content

Commit c890088

Browse files
committed
Update changelog and bump version as well as minor build script refactor
1 parent 7171e38 commit c890088

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.1.0 - 2018.08.07
4+
- Expose entire process.env to command called with CLI
5+
36
## 2.0.2 - 2018.04.16
47
- Fix markdown header (thanks @vvo)
58
- Update package dependencies (thanks @gregswindle)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv-extended",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "A module for loading .env files and optionally loading defaults and a schema for validating all values are present.",
55
"repository": "[email protected]:keithmorris/node-dotenv-extended.git",
66
"main": "lib/index.js",
@@ -10,7 +10,8 @@
1010
"test": "gulp unittest",
1111
"coveralls": "cat ./coverage/lcov.info | coveralls",
1212
"lint": "gulp lint",
13-
"prepublish": "gulp build"
13+
"prepublish": "npm run build",
14+
"build": "gulp build"
1415
},
1516
"keywords": [
1617
"dotenv",

0 commit comments

Comments
 (0)