···11----
22-'@urql/core': patch
33----
44-55-Fix missing `teardown` operation handling in the `ssrExchange`. This could lead to duplicate network operations being executed.
···11# @urql/core
2233+## 4.1.3
44+55+### Patch Changes
66+77+- ⚠️ Fix missing `teardown` operation handling in the `ssrExchange`. This could lead to duplicate network operations being executed
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3386](https://github.com/urql-graphql/urql/pull/3386))
99+310## 4.1.2
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.1.2",
33+ "version": "4.1.3",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",