Skip to content

Commit 4a36a89

Browse files
committed
chore: bump to 4.0.1. update changelog
1 parent 323daaf commit 4a36a89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.1 (24/05/19)
2+
* Add node `process.env` typings to `env.from`
3+
14
## 4.0.0 (09/04/19)
25
* Rename `.env.mock()` to `env.from()`
36
* Change module internals per issue #39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "env-var",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Verification, sanatization, and type coercion for environment variables in Node.js",
55
"main": "env-var.js",
66
"typings": "env-var.d.ts",

0 commit comments

Comments
 (0)