···11# @urql/core
2233+## 4.2.0
44+55+### Minor Changes
66+77+- Try to parse `text/plain` content-type as JSON before bailing out with an error
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3430](https://github.com/urql-graphql/urql/pull/3430))
99+310## 4.1.4
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.1.4",
33+ "version": "4.2.0",
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/",
+9
packages/preact-urql/CHANGELOG.md
···11# @urql/preact
2233+## 4.0.4
44+55+### Patch Changes
66+77+- Prioritise `context.suspense` and fallback to checking `client.suspense`
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427))
99+- Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430))
1010+ - @urql/core@4.2.0
1111+312## 4.0.3
413514### Patch Changes