From fae6b071d5ee9f693afa420c5d305f2be6e19097 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Sun, 28 Jan 2024 15:35:48 -0700 Subject: [PATCH] Add changeset note on cloning --- .changeset/old-beans-impress.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/old-beans-impress.md diff --git a/.changeset/old-beans-impress.md b/.changeset/old-beans-impress.md new file mode 100644 index 000000000..e73b37567 --- /dev/null +++ b/.changeset/old-beans-impress.md @@ -0,0 +1,5 @@ +--- +"openapi-fetch": minor +--- + +⚠️ **Breaking change**: Responses are no longer automatically `.clone()`’d in certain instances. Be sure to `.clone()` yourself if you need to access the raw body!