Skip to content

Commit 50de298

Browse files
chore(release): publish to npm (#407)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dbf8a4 commit 50de298

8 files changed

Lines changed: 29 additions & 26 deletions

File tree

.changeset/bold-stamps-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-rabbits-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sparkly-wombats-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-kings-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-points-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
<!-- changesets: bold-stamps-fall.md,olive-rabbits-design.md,sparkly-wombats-rush.md,sweet-kings-tease.md,thin-points-pump.md -->
4+
## 2026-05-18
5+
6+
### Highlights
7+
- added bench and .history to default exclude patterns
8+
- added .env.development to common environment files
9+
- added form as an harmless attribute for secret detectors
10+
- fixed ui bug for --list-all flag
11+
- missing warning will now only warn first issue instead of all usages
12+
13+
### Package Releases
14+
- dotenv-diff: patch
15+
16+
### Full Changelog
17+
Package | Release type
18+
--- | ---
19+
dotenv-diff | patch
20+
321
<!-- changesets: fine-facts-dress.md,slow-buttons-grab.md,solid-frogs-sing.md -->
422
## 2026-05-13
523

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.8.2
4+
5+
### Patch Changes
6+
7+
- 9b315f1: added bench and .history to default exclude patterns
8+
- 9e78a12: added .env.development to common environment files
9+
- 9b315f1: added form as an harmless attribute for secret detectors
10+
- 9b315f1: fixed ui bug for --list-all flag
11+
- 9b315f1: missing warning will now only warn first issue instead of all usages
12+
313
## 2.8.1
414

515
### Patch Changes

packages/cli/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.8.1",
3+
"version": "2.8.2",
44
"type": "module",
55
"description": "Detects environment variable issues, usage, and potential security risks.",
66
"bin": {

0 commit comments

Comments
 (0)