···11----
22-'@urql/exchange-persisted-fetch': patch
33----
44-55-Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error)
+6
exchanges/persisted-fetch/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 0.1.1
44+55+### Patch Changes
66+77+- ⚠️ Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error), by [@kitten](https://github.com/kitten) (See [#766](https://github.com/FormidableLabs/urql/pull/766))
88+39## 0.1.0
410511This is the initial release of `@urql/exchange-persisted-fetch` which adds Persisted Queries
+1-1
exchanges/persisted-fetch/package.json
···11{
22 "name": "@urql/exchange-persisted-fetch",
33- "version": "0.1.0",
33+ "version": "0.1.1",
44 "description": "An exchange that allows for persisted queries support when fetching queries",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",