diff --git a/CHANGELOG.md b/CHANGELOG.md index 239be23..f93e9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.1.0](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.1...v4.1.0) (2023-12-26) + + +### Features + +* **dotenv-flow:** implement `options.files`, closes [#83](https://github.com/kerimdzhanov/dotenv-flow/issues/83) ([#87](https://github.com/kerimdzhanov/dotenv-flow/issues/87)) ([6a47b2c](https://github.com/kerimdzhanov/dotenv-flow/commit/6a47b2c953acea1c48ebe730b8f357628c43a815)) + + + ## [4.0.1](https://github.com/kerimdzhanov/dotenv-flow/compare/v4.0.0...v4.0.1) (2023-11-06) diff --git a/package.json b/package.json index d59fd2b..99be3e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-flow", - "version": "4.0.1", + "version": "4.1.0", "description": "Loads environment variables from `.env.[development|test|production][.local]` files", "keywords": [ "dotenv",