Skip to content

Commit aeae434

Browse files
committed
Version 14.2.0
1 parent 78996af commit aeae434

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. See [standa
66

77
(place unreleased comments here)
88

9+
## [14.2.0](https://github.com/motdotla/dotenv/compare/v14.1.1...v14.2.0) (2022-01-17)
10+
11+
### Added
12+
13+
- Add `dotenv_config_override` cli option
14+
- Add `DOTENV_CONFIG_OVERRIDE` command line env option
15+
916
## [14.1.1](https://github.com/motdotla/dotenv/compare/v14.1.0...v14.1.1) (2022-01-17)
1017

1118
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv",
3-
"version": "14.1.1",
3+
"version": "14.2.0",
44
"description": "Loads environment variables from .env file",
55
"main": "lib/main.js",
66
"types": "lib/main.d.ts",

0 commit comments

Comments
 (0)