From 84fd489a747b1e6088b7c02c80fb48ccfdc3ad2a Mon Sep 17 00:00:00 2001 From: Todd Bluhm Date: Mon, 25 Aug 2025 04:11:46 -0800 Subject: [PATCH] chore(changelog): update changelog to include -- breaking change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999e05f..e83793b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 11.0.0 - **BREAKING**: Drop support for nodejs `v8` to `v20.9`. The minimum supported nodejs version is now `v20.10`. +- **BREAKING**: Must use `--` to separate the `env-cmd` flags from the command to execute (`env-cmd -f .env -- node index.js`). - **BREAKING**: Removed `-r` flag and use only `-f` flag. - **BREAKING**: Support inline comments in `.env` files. A `#` character now signifies the start of an inline comment, unless the value is surrounded by quotation marks (`"`). - **BREAKING**: Migrated the repository to ESM modules instead of CommonJS.