Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimdzhanov committed Sep 29, 2023
1 parent e26322b commit 420cd39
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# [2.0.0](https://github.com/kerimdzhanov/dotenv-flow-webpack/compare/v1.2.0...v2.0.0) (2023-09-29)


### Features

* **dotenv-flow:** upgrade to dotenv-flow v4 ([#29](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/29)) ([040c874](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/040c874))
* **dotenv-flow-webpack:** add `options.pattern` for customizing `.env*` files' naming convention ([#30](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/30)) ([e2f140f](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/e2f140f))
* **dotenv-flow-webpack:** add debug messaging ([#31](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/31)) ([b9b5d9f](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/b9b5d9f))
* **dotenv-flow-webpack:** throw on failures ([#32](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/31)) ([242fe6c](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/242fe6c))
* **dotenv-flow-webpack:** warn if none of the appropriate `.env*` files is found ([#33](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/33)) ([05428fa](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/05428fa))

### BREAKING CHANGES

* **dotenv-flow-webpack:** the plugin is now throwing exceptions on `.env*` file reading/parsing failures instead of "error logging" them ([#32](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/31)) ([242fe6c](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/242fe6c)).
* **dotenv-flow-webpack:** previously deprecated `options.environment` has been removed, please use `options.node_env` instead ([#27](https://github.com/kerimdzhanov/dotenv-flow-webpack/issues/27)) ([242fe6c](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/76df0f9)).
* **dotenv-flow:** upgrading to _dotenv-flow_ v4 (and _dotenv_ v16 appropriately) drops Node.js versions support prior to v12.
* **dotenv:** upgrading to _dotenv-flow_ v4 (and _dotenv_ v16 appropriately) adds multiline values, inline comments, and backticks support.
Please check the contents of your `.env*` files and make sure that
all the `#` and backtick symbols are properly quoted if they are part of the value.



# [2.0.0-rc.2](https://github.com/kerimdzhanov/dotenv-flow-webpack/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-09-27)


* re-published using `yarn`



# [2.0.0-rc.1](https://github.com/kerimdzhanov/dotenv-flow-webpack/compare/v1.2.0...v2.0.0-rc.1) (2023-09-27)

Expand All @@ -23,6 +48,7 @@
all the `#` and backtick symbols are properly quoted if they are part of the value.



# [1.2.0](https://github.com/kerimdzhanov/dotenv-flow-webpack/compare/v1.1.0...v1.2.0) (2023-09-22)

* **dotenv-flow:** update dotenv-flow to v3.3.0 ([dc33a8c](https://github.com/kerimdzhanov/dotenv-flow-webpack/commit/dc33a8c))
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-webpack",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "A webpack plugin that allows you to securely use environment variables within your javascript web application, loading them using dotenv-flow's `.env*` files loading strategy.",
"keywords": [
"dotenv-flow",
Expand Down

0 comments on commit 420cd39

Please sign in to comment.