From 125bc04edea41375dfdcec342d413297d71a81d5 Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl Date: Mon, 31 Aug 2026 20:09:37 +0000 Subject: [PATCH] docs: record lockfile parity guard --- changelog.d/43.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/43.md diff --git a/changelog.d/43.md b/changelog.d/43.md new file mode 100644 index 0000000..140696c --- /dev/null +++ b/changelog.d/43.md @@ -0,0 +1 @@ +- Keep package-lock metadata aligned with the package version and guard against future drift. (#43).