Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed May 21, 2020
1 parent 378e33a commit f250745
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f250745

Please sign in to comment.