Skip to content

Commit 9e12798

Browse files
committed
Bump version to v1.0.0
1 parent 86e2252 commit 9e12798

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ console.log(getenv('RANDOM'));
149149

150150
## Changelog
151151

152+
### v1.0.0
153+
154+
- Drop support for Node.js older than 6.
155+
- Modernize code.
156+
- Add MIT License in package.json and LICENSE.md.
157+
152158
### v0.7.0
153159

154160
- Add env.disableErrors() / getenv.enableErrors() support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Tim Ruffles <[email protected]>",
1010
"Ashwani Agarwal <[email protected]>"
1111
],
12-
"version": "0.7.0",
12+
"version": "1.0.0",
1313
"license": "MIT",
1414
"homepage": "https://github.com/ctavan/node-getenv",
1515
"repository": {

0 commit comments

Comments
 (0)