Skip to content

Commit 90a3029

Browse files
committed
Update changelog and bump version in package.json
1 parent d94a2a2 commit 90a3029

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 2.2.0 - 2018.08.07
4+
- Remove support for end-of-life versions of node (4, 5, 7, 9)
5+
- Require node >=6.0.0
6+
- Update package dependencies
7+
38
## 2.1.0 - 2018.08.07
49
- Expose entire process.env to command called with CLI
510

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "2.2.0",
44
"description": "A module for loading .env files and optionally loading defaults and a schema for validating all values are present.",
55
"repository": "git@github.com:keithmorris/node-dotenv-extended.git",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)