Skip to content

Commit cf73744

Browse files
committed
chore(release): v4.0.0-rc.3
1 parent a0dce78 commit cf73744

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.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+
110
# [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)
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-rc.2",
3+
"version": "4.0.0-rc.3",
44
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
55
"keywords": [
66
"dotenv",

0 commit comments

Comments
 (0)