Skip to content

Commit 96c2f78

Browse files
committed
Bump version and update changelog
1 parent f93596d commit 96c2f78

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.7.1 - 2019.12.30
4+
- Update README to include `import` syntax
5+
6+
## 2.7.0 - 2019.12.13
7+
- fix: check for extra keys needs to be specific to schema
8+
39
## 2.5.0 - 2019.10.27
410
- Update dependencies and remove useless dependencies (thanks @webdevium)
511
- Modernize and streamline build process

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