Skip to content

Commit

Permalink
chore(release): v3.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimdzhanov committed Aug 25, 2023
1 parent 07502e3 commit 282c23f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# [3.3.0-rc.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.2.0...v3.3.0-rc.1) (2023-08-20)
# [3.3.0-rc.2](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.2.0...v3.3.0-rc.2) (2023-08-25)


### Features

* **dotenv-flow:** Add "exports" field ([352888b](https://github.com/kerimdzhanov/dotenv-flow/commit/352888b374c6ef3a1e7cd80d8882f15a8aa20c0f)), closes [#56](https://github.com/kerimdzhanov/dotenv-flow/issues/56)
* **dotenv:** upgrade dotenv to v8.6.0 ([69d9273](https://github.com/kerimdzhanov/dotenv-flow/commit/69d9273c299e3ead2a33c6c43114dccd66406ec7))

### Bug Fixes

* **dotenv-flow:config:** load the rest of `.env*` files even if `.env` doesn't exist ([07502e3](https://github.com/kerimdzhanov/dotenv-flow/commit/07502e373bd868ad086940576bdf4ecc1f768685)), closes [#50](https://github.com/kerimdzhanov/dotenv-flow/issues/50)



# [3.2.0](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.1.0...v3.2.0) (2020-06-27)
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": "3.3.0-rc.1",
"version": "3.3.0-rc.2",
"description": "Loads environment variables from `.env.[development|test|production][.local]` files",
"keywords": [
"dotenv",
Expand Down

0 comments on commit 282c23f

Please sign in to comment.