From 338be0fbf198684f435a7501a3504ce62c983366 Mon Sep 17 00:00:00 2001 From: Lordfirespeed <28568841+Lordfirespeed@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:37:57 +0100 Subject: [PATCH] chore: add changeset --- .changeset/giant-plums-grin.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/giant-plums-grin.md diff --git a/.changeset/giant-plums-grin.md b/.changeset/giant-plums-grin.md new file mode 100644 index 00000000..f920e52f --- /dev/null +++ b/.changeset/giant-plums-grin.md @@ -0,0 +1,6 @@ +--- +"@otterhttp/cookie": patch +"@otterhttp/response": patch +--- + +Fix: don't allow an `undefined` value to override a non-nullish value in `SetCookieOptions`