Skip to content

Commit 96ce91c

Browse files
chore(release): publish to npm (#453)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bae585 commit 96ce91c

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

.changeset/matrix-comparison.md

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

.changeset/ripe-ducks-flash.md

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

CHANGELOG.md

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

3+
<!-- changesets: matrix-comparison.md,ripe-ducks-flash.md -->
4+
## 2026-06-28
5+
6+
### Highlights
7+
- add --matrix flag to compare 3+ env files side-by-side as a key-presence matrix, auto-discovering all .env\* files when none are given
8+
- added first class support for nuxt
9+
10+
### Package Releases
11+
- dotenv-diff: minor
12+
13+
### Full Changelog
14+
Package | Release type
15+
--- | ---
16+
dotenv-diff | minor
17+
318
<!-- changesets: spicy-experts-own.md -->
419
## 2026-06-23
520

packages/cli/CHANGELOG.md

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

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- 353cacf: add --matrix flag to compare 3+ env files side-by-side as a key-presence matrix, auto-discovering all .env\* files when none are given
8+
- 7bae585: added first class support for nuxt
9+
310
## 2.10.2
411

512
### 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.10.2",
3+
"version": "2.11.0",
44
"type": "module",
55
"description": "Detects environment variable issues, usage, and potential security risks.",
66
"bin": {

0 commit comments

Comments
 (0)