From 5a18d5b6bb735e20f1f0d4cb7fedb86f50ce2e3e Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Mon, 22 Mar 2021 11:23:50 +0000 Subject: [PATCH] Prepare for v2.4.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcf3d72..f79c1cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/2.4.3) (2021-03-22) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...2.4.3) + +**Fixed bugs:** + +- \[Runtime error\]: Cannot convert object to primitive value [\#323](https://github.com/FormidableLabs/urql-devtools/issues/323) + +**Closed issues:** + +- \[Runtime error\]: Cannot read property '0' of undefined [\#339](https://github.com/FormidableLabs/urql-devtools/issues/339) +- \[Runtime error\]: Add support for Urql 2 [\#330](https://github.com/FormidableLabs/urql-devtools/issues/330) +- \[Runtime error\]: Cannot convert object to primitive value [\#329](https://github.com/FormidableLabs/urql-devtools/issues/329) + +**Merged pull requests:** + +- Default to watch mode for visual regression [\#343](https://github.com/FormidableLabs/urql-devtools/pull/343) ([andyrichardson](https://github.com/andyrichardson)) +- Add stringification of default input arguments [\#341](https://github.com/FormidableLabs/urql-devtools/pull/341) ([andyrichardson](https://github.com/andyrichardson)) +- Bump prismjs from 1.21.0 to 1.23.0 [\#337](https://github.com/FormidableLabs/urql-devtools/pull/337) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v2.4.2](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.2) (2021-02-18) [Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.1...v2.4.2) diff --git a/package.json b/package.json index 5a0e2209..45249206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.4.2", + "version": "2.4.3", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {