We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dce78 commit cf73744Copy full SHA for cf73744
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [4.0.0-rc.3](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2023-09-26)
2
+
3
4
+### Features
5
6
+* **dotenv-flow:api:** expose `DEFAULT_PATTERN` ([a0dce78](https://github.com/kerimdzhanov/dotenv-flow/commit/a0dce7892bc4abca87fbbc5d4f88bb272ab28ad1))
7
8
9
10
# [4.0.0-rc.2](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2023-09-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "dotenv-flow",
- "version": "4.0.0-rc.2",
+ "version": "4.0.0-rc.3",
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
"keywords": [
"dotenv",
0 commit comments