Skip to content

Commit 770cdd7

Browse files
committed
Bump version to 0.4.0
1 parent eb605e2 commit 770cdd7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ if (process.env.NODE_ENV === 'production') {
110110

111111
## Changelog
112112

113+
### v0.4.0
114+
- Add getenv.disableFallbacks() support.
115+
113116
### v0.3.0
114117
- Add getenv.multi() support.
115118

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"contributors": [
66
"Moritz von Hase",
77
"Jonas Dohse <[email protected]>",
8-
"Jan Lehnardt"
8+
"Jan Lehnardt",
9+
"Tim Ruffles <[email protected]>"
910
],
10-
"version": "0.3.0",
11+
"version": "0.4.0",
1112
"homepage": "https://github.com/ctavan/node-getenv",
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)