Skip to content

Commit bd7ae97

Browse files
committed
chore(release): v4.0.0-rc.2
1 parent d9ed897 commit bd7ae97

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.2](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2023-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **dotenv-flow:** mark typings' files as "publishing to npm" ([7092f3f](https://github.com/kerimdzhanov/dotenv-flow/commit/7092f3f9c2c3bffac2ac4119396f33c7169b080a))
7+
8+
9+
110
# [4.0.0-rc.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.3.0...v4.0.0-rc.1) (2023-09-20)
211

312
### Features

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

0 commit comments

Comments
 (0)