From 5d17fda9ed04c9d13608f05a8c21fe947e2f5402 Mon Sep 17 00:00:00 2001 From: Homebound Bot Date: Mon, 25 Sep 2023 21:28:46 +0000 Subject: [PATCH] chore(release): 2.21.0 [skip ci] ## [2.21.0](https://github.com/homebound-team/form-state/compare/v2.20.1...v2.21.0) (2023-09-25) ### Features * Add Zod-style config api ([#90](https://github.com/homebound-team/form-state/issues/90)) ([405629e](https://github.com/homebound-team/form-state/commit/405629eb317f22c318f66ce2e907b934446be177)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75ffc01..7db15f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebound/form-state", - "version": "2.20.1", + "version": "2.21.0", "author": "Homebound", "license": "MIT", "main": "dist/index.js",