From a8072237fb9b9b31d2817aedb374d9a78ec5ca03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 11:35:14 +0000 Subject: [PATCH] chore(release): 3.13.8 [skip ci] ## [3.13.8](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.7...@astro-utils/forms@3.13.8) (2024-07-28) ### Bug Fixes * **bigFile:** max upload size ([0abe5da](https://github.com/withastro-utils/utils/commit/0abe5da629fa35ddb52fb8a71a2785434a12fc3e)) --- packages/forms/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 0bd0467..48d1f5f 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.13.8](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.7...@astro-utils/forms@3.13.8) (2024-07-28) + + +### Bug Fixes + +* **bigFile:** max upload size ([0abe5da](https://github.com/withastro-utils/utils/commit/0abe5da629fa35ddb52fb8a71a2785434a12fc3e)) + ## [3.13.7](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.6...@astro-utils/forms@3.13.7) (2024-07-28)