From f2507453d99108f38206dd65d8d2f3725e0ba687 Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Thu, 21 May 2020 16:51:10 +0100 Subject: [PATCH] Version 2.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e532f8e9..496f35db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [v2.1.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.1.0) (2020-05-21) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.0.1...v2.1.0) + +**Added enhancements:** + +- Add top-level error handling [\#236](https://github.com/FormidableLabs/urql-devtools/issues/236) +- Automatically visit latest event when clicking on the respective source icon [\#229](https://github.com/FormidableLabs/urql-devtools/issues/229) + +**Fixed bugs:** + +- Remove use of eval in webpack prod build output [\#241](https://github.com/FormidableLabs/urql-devtools/issues/241) +- Remove unused assets for npm release [\#240](https://github.com/FormidableLabs/urql-devtools/issues/240) + +**Closed issues:** + +- Set browser window icon [\#225](https://github.com/FormidableLabs/urql-devtools/issues/225) + +**Merged pull requests:** + +- Remove unused NPM assets [\#244](https://github.com/FormidableLabs/urql-devtools/pull/244) ([andyrichardson](https://github.com/andyrichardson)) +- Add error handler [\#237](https://github.com/FormidableLabs/urql-devtools/pull/237) ([andyrichardson](https://github.com/andyrichardson)) +- Jump to event when selecting a timeline source [\#235](https://github.com/FormidableLabs/urql-devtools/pull/235) ([andyrichardson](https://github.com/andyrichardson)) + ## [v2.0.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.0.1) (2020-05-15) [Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index 23adb105..06db34e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.0.1", + "version": "2.1.0", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {