@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.
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
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
|