Skip to content

Commit 62af06b

Browse files
committed
Bump version to 2.0.1 and update CHANGELOG.md
1 parent 4fcb527 commit 62af06b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.1 - 2017.05.30
4+
- Add TypeScript definitions (thanks @toverux)
5+
6+
## 2.0.0 - 2017.04.26
7+
- Add binary for injecting .env variables into non-node scripts
8+
39
## 1.0.4 - 2016.10.23
410
- Replace `winston` library with generic `console` (Thanks @bostrom)
511

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv-extended",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A module for loading .env files and optionally loading defaults and a schema for validating all values are present.",
55
"repository": "[email protected]:keithmorris/node-dotenv-extended.git",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)