We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35fbdf commit 6acac46Copy full SHA for 6acac46
2 files changed
CHANGELOG.md
@@ -18,6 +18,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/) and [Semant
18
19
### Added
20
- HTML comments to ignore secret detection in HTML lines (e.g. `<!-- dotenv-diff-ignore -->`).
21
+- Also ignore html sections with `<!-- dotenv-diff-ignore-start -->` and `<!-- dotenv-diff-ignore-end -->`.
22
23
## [2.2.8] - 2025-09-30
24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dotenv-diff",
3
- "version": "2.2.8",
+ "version": "2.2.9",
4
"type": "module",
5
"description": "Scan your codebase to find environment variables in use.",
6
"bin": {
0 commit comments