From 124519c8d2ff397a5da564e06d205031b3496f69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 10:08:34 +0000 Subject: [PATCH] chore(release): 3.13.7 [skip ci] ## [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) ### Bug Fixes * **bigFile:** race condition ([10a7121](https://github.com/withastro-utils/utils/commit/10a7121a756dee79ff3d57d8b95fe981f37e7a46)) --- packages/forms/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 9802823..0bd0467 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Bug Fixes + +* **bigFile:** race condition ([10a7121](https://github.com/withastro-utils/utils/commit/10a7121a756dee79ff3d57d8b95fe981f37e7a46)) + ## [3.13.6](https://github.com/withastro-utils/utils/compare/@astro-utils/forms@3.13.5...@astro-utils/forms@3.13.6) (2024-07-26)