@coo-quack/do-not-compact 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## v1.1.1 (2026-03-31)
2
+
3
+ ### Security
4
+
5
+ - Add `minimumReleaseAge` to renovate.json to prevent supply chain attacks
6
+ - Waits 7 days before auto-merging dependency updates
7
+ - Reduces risk of package takeover attacks
8
+ - Blocks immediate auto-merge of newly published packages
9
+
10
+ ---
11
+
1
12
  # Changelog
2
13
 
3
14
  ## v1.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coo-quack/do-not-compact",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Claude Code plugin that reloads CLAUDE.md files into context after conversation compaction",
5
5
  "homepage": "https://github.com/coo-quack/do-not-compact",
6
6
  "type": "module",