Skip to content

Commit 9244a13

Browse files
committed
chore: readme, changelog and package.version update
1 parent 9f00df1 commit 9244a13

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.4.0 (06/11/18)
2+
* Fix TypeScript definition for "asBoolStrict" function name
3+
14
## 3.4.0 (24/10/18)
25
* Add `convertFromBase64()` function
36
* Enable Greenkeeper

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,11 @@ const enumVal = env.get('ENVIRONMENT').asEnum(['dev', 'test', 'live'])
270270

271271
## Contributors
272272
* @caccialdo
273+
* @evanshortiss
273274
* @hhravn
274275
* @itavy
275276
* @MikeyBurkman
277+
* @pepakriz
276278
* @rmblstrp
277279

278280
## Contributing

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": "3.4.0",
3+
"version": "3.4.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)