diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49d489d..0eaa9e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -46,5 +46,6 @@ "plugins/edgeparse": "1.0.0", "plugins/git-ai": "1.0.0", "plugins/workflow": "1.0.0", - "plugins/portless": "1.0.0" + "plugins/portless": "1.0.0", + "plugins/zod": "1.0.0" } diff --git a/plugins/zod/CHANGELOG.md b/plugins/zod/CHANGELOG.md new file mode 100644 index 0000000..41da6b3 --- /dev/null +++ b/plugins/zod/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-04-29) + + +### Features + +* **zod:** add use-zod skill plugin ([#168](https://github.com/pleaseai/claude-code-plugins/issues/168)) ([95319ce](https://github.com/pleaseai/claude-code-plugins/commit/95319ce71a444df86966e8a2fca6273bb86908fd))