Skip to content

Commit c35bc2b

Browse files
committed
Merge tag '2.5.0' into develop
Remove useless dependencies and modernize build
2 parents 2c4b822 + dd9909b commit c35bc2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.5.0 - 2019.10.27
4+
- Update dependencies and remove useless dependencies (thanks @webdevium)
5+
- Modernize and streamline build process
6+
37
## 2.4.0 - 2019.03.01
48
- Add ability to put regexs in the `.env.schema` file to validate and limit the values that can be added to the `.evn` and `.env.defaults` files (thanks @epiphone)
59

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