Skip to content

Commit 21ccb69

Browse files
chore(release): publish to npm
1 parent c4ed883 commit 21ccb69

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

.changeset/common-ways-stare.md

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

CHANGELOG.md

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

3+
<!-- changesets: common-ways-stare.md -->
4+
## 2026-03-28
5+
6+
### Highlights
7+
- added CI, GITHUB_ACTIONS and INIT_CWD to default ignore keys
8+
9+
### Package Releases
10+
- dotenv-diff: patch
11+
12+
### Full Changelog
13+
Package | Release type
14+
--- | ---
15+
dotenv-diff | patch
16+
317
<!-- changesets: tough-hornets-hammer.md -->
418
## 2026-03-27
519

packages/cli/CHANGELOG.md

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

3+
## 2.7.8
4+
5+
### Patch Changes
6+
7+
- c4ed883: added CI, GITHUB_ACTIONS and INIT_CWD to default ignore keys
8+
39
## 2.7.7
410

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

0 commit comments

Comments
 (0)