@coo-quack/sensitive-canary 0.8.0 → 0.8.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sensitive-canary",
3
3
  "description": "Blocks secrets and PII before they reach the Anthropic API",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "author": {
6
6
  "name": "coo-quack"
7
7
  },
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.8.1 (2026-08-18)
4
+
5
+ ### Maintenance
6
+
7
+ - Add a workflow to deprecate a published npm version from Actions (#219)
8
+ - Update pnpm to 11.22.0 (#220); lock file maintenance (#221, #223)
9
+
3
10
  ## v0.8.0 (2026-08-16)
4
11
 
5
12
  ### Breaking changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coo-quack/sensitive-canary",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Claude Code hooks that block secrets and PII before they reach the Anthropic API",
5
5
  "license": "MIT",
6
6
  "author": "coo-quack",