Skip to content

Commit

Permalink
chore(release): v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimdzhanov committed Nov 6, 2023
1 parent 74b211b commit 9dd5a8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0...v4.0.1) (2023-11-06)


### Bug Fixes

* **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))



# [4.0.0](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.3.0...v4.0.0) (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-flow",
"version": "4.0.0",
"version": "4.0.1",
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
"keywords": [
"dotenv",
Expand Down

0 comments on commit 9dd5a8c

Please sign in to comment.