From 6796d9935ae87d287de5e5c35ea4fe3275e64f2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Aug 2024 16:49:35 +0000 Subject: [PATCH] chore(release): 3.13.11 [skip ci] ## [3.13.11](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.10...@astro-utils/forms@3.13.11) (2024-08-16) ### Bug Fixes * **file:** parse empty files ([a88f4a6](https://github.com/withastro-utils/utils/commit/a88f4a6b07771d2f76ef81f6ff3058c42a16a30c)) --- packages/forms/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index c3c9c3a..94bd87d 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.13.11](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.10...@astro-utils/forms@3.13.11) (2024-08-16) + + +### Bug Fixes + +* **file:** parse empty files ([a88f4a6](https://github.com/withastro-utils/utils/commit/a88f4a6b07771d2f76ef81f6ff3058c42a16a30c)) + ## [3.13.10](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.9...@astro-utils/forms@3.13.10) (2024-08-13)