···11----
22-'@urql/core': patch
33----
44-55-Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already
-7
.changeset/witty-peas-love.md
···11----
22-'@urql/exchange-retry': patch
33----
44-55----
66-77-Fixed the delay amount not increasing as retry count increases.
···11# Changelog
2233+## 1.2.1
44+55+### Patch Changes
66+77+---
88+99+Fixed the delay amount not increasing as retry count increases
1010+Submitted by [@DoisKoh](https://github.com/DoisKoh) (See [#3478](https://github.com/urql-graphql/urql/pull/3478))
1111+312## 1.2.0
413514### Minor Changes
+1-1
exchanges/retry/package.json
···11{
22 "name": "@urql/exchange-retry",
33- "version": "1.2.0",
33+ "version": "1.2.1",
44 "description": "An exchange for operation retry support in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 4.2.3
44+55+### Patch Changes
66+77+- Add back our cache-outcome on the document-cache, this was behind a development flag however in our normalized cache we always add it already
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3464](https://github.com/urql-graphql/urql/pull/3464))
99+310## 4.2.2
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.2.2",
33+ "version": "4.2.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/",