Merge pull request #418 from toddbluhm/fix-changelog

This commit is contained in:
Todd Bluhm 2025-08-26 19:36:48 -08:00 committed by GitHub
commit 18eada77f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.