Skip to content

Commit 9dd5a8c

Browse files
committed
chore(release): v4.0.1
1 parent 74b211b commit 9dd5a8c

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.0.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0...v4.0.1) (2023-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **dotenv-flow:preload:** add `node` resolver for `exports:./config` field, fixes [#81](https://github.com/kerimdzhanov/dotenv-flow/issues/81) ([#82](https://github.com/kerimdzhanov/dotenv-flow/issues/82)) ([74b211b](https://github.com/kerimdzhanov/dotenv-flow/commit/74b211baec25b3b3de292c325356323f6c61e67b))
7+
8+
9+
110
# [4.0.0](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.3.0...v4.0.0) (2023-09-28)
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.0",
3+
"version": "4.0.1",
44
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
55
"keywords": [
66
"dotenv",

0 commit comments

Comments
 (0)