Skip to content

Commit be3f7b8

Browse files
authored
chore: prepare 5.2.0 release (#86)
1 parent 2f8685e commit be3f7b8

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+
## 5.2.0 (22/11/19)
2+
* The `required()` function now verifies the variable is not an empty string
3+
14
## 5.1.0 (09/09/19)
25
* Ability to add custom accessors in PR #72 (thanks @todofixthis)
36
* Improved TypeScript tests

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": "5.1.0",
3+
"version": "5.2.0",
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)