Skip to content

Commit 7f07cf3

Browse files
committed
chore(release): v4.1.0
1 parent 6a47b2c commit 7f07cf3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [4.1.0](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.1...v4.1.0) (2023-12-26)
2+
3+
4+
### Features
5+
6+
* **dotenv-flow:** implement `options.files`, closes [#83](https://github.com/kerimdzhanov/dotenv-flow/issues/83) ([#87](https://github.com/kerimdzhanov/dotenv-flow/issues/87)) ([6a47b2c](https://github.com/kerimdzhanov/dotenv-flow/commit/6a47b2c953acea1c48ebe730b8f357628c43a815))
7+
8+
9+
110
## [4.0.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0...v4.0.1) (2023-11-06)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv-flow",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
55
"keywords": [
66
"dotenv",

0 commit comments

Comments
 (0)