diff --git a/CHANGELOG.md b/CHANGELOG.md index 9000e4eb..2cc2ee3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v2.3.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.1) (2020-09-28) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.0...v2.3.1) + +**Fixed bugs:** + +- Cache explorer not updating on new values [\#312](https://github.com/FormidableLabs/urql-devtools/issues/312) +- \[Runtime error\]: React invariant on schema explorer [\#311](https://github.com/FormidableLabs/urql-devtools/issues/311) +- The devtools doesn't work when app is inside an iframe [\#280](https://github.com/FormidableLabs/urql-devtools/issues/280) + +**Merged pull requests:** + +- Fix issue with mutated code block [\#314](https://github.com/FormidableLabs/urql-devtools/pull/314) ([andyrichardson](https://github.com/andyrichardson)) +- Fix invariant on schema explorer [\#313](https://github.com/FormidableLabs/urql-devtools/pull/313) ([andyrichardson](https://github.com/andyrichardson)) +- Add type check to dependencies [\#310](https://github.com/FormidableLabs/urql-devtools/pull/310) ([andyrichardson](https://github.com/andyrichardson)) +- Inject extension files into all frames in a tab [\#281](https://github.com/FormidableLabs/urql-devtools/pull/281) ([wgolledge](https://github.com/wgolledge)) + ## [v2.3.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.3.0) (2020-09-14) [Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.2.0...v2.3.0) diff --git a/package.json b/package.json index 5a2b9e6e..18ee75d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.3.0", + "version": "2.3.1", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {