diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc2ee3d..a2a85e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.4.0](https://github.com/FormidableLabs/urql-devtools/tree/2.4.0) (2020-10-08) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.3.1...2.4.0) + +**Added enhancements:** + +- Add indicator for timeline panes [\#239](https://github.com/FormidableLabs/urql-devtools/issues/239) +- Add theme awareness [\#171](https://github.com/FormidableLabs/urql-devtools/issues/171) + +**Merged pull requests:** + +- Add pane titles to Timeline events, closes \#239 [\#318](https://github.com/FormidableLabs/urql-devtools/pull/318) ([bkonkle](https://github.com/bkonkle)) +- Add Light mode styles and theme awareness [\#316](https://github.com/FormidableLabs/urql-devtools/pull/316) ([bkonkle](https://github.com/bkonkle)) + ## [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) @@ -404,3 +418,5 @@ - Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson)) - Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson)) - Add CI [\#5](https://github.com/FormidableLabs/urql-devtools/pull/5) ([andyrichardson](https://github.com/andyrichardson)) + +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ diff --git a/package.json b/package.json index 3a90f1c6..81a72241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.3.1", + "version": "2.4.0", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {