Skip to content

Commit 6acac46

Browse files
committed
updateded npm version + channellog
1 parent a35fbdf commit 6acac46

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This project follows [Keep a Changelog](https://keepachangelog.com/) and [Semant
1818

1919
### Added
2020
- 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 -->`.
2122

2223
## [2.2.8] - 2025-09-30
2324
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv-diff",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"type": "module",
55
"description": "Scan your codebase to find environment variables in use.",
66
"bin": {

0 commit comments

Comments
 (0)