chore: fix changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-23 14:28:05 +01:00
parent f86eb7f17d
commit 38745ac76b
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-backend': minor
---
Added the ability to be able to define actions input schema using `zod` instead of hand writing types and jsonschema for the input of actions.
Added the ability to be able to define an actions `input` and `output` schema using `zod` instead of hand writing types and `jsonschema`