From 0c62b7d559e8d31e4d70e89b2429e4e0b87a766e Mon Sep 17 00:00:00 2001 From: Faduma Date: Mon, 9 Aug 2021 14:59:21 +0100 Subject: [PATCH] Version v2.6.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03317800..b3ae0d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v2.6.2](https://github.com/FormidableLabs/urql-devtools/tree/v2.6.2) (2021-08-09) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.6.1...v2.6.2) + +**Merged pull requests:** + +- Bump tar from 6.0.2 to 6.1.6 [\#380](https://github.com/FormidableLabs/urql-devtools/pull/380) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump browserslist from 4.12.0 to 4.16.6 [\#370](https://github.com/FormidableLabs/urql-devtools/pull/370) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump codemirror from 5.57.0 to 5.58.2 [\#364](https://github.com/FormidableLabs/urql-devtools/pull/364) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump hosted-git-info from 2.8.8 to 2.8.9 [\#361](https://github.com/FormidableLabs/urql-devtools/pull/361) ([dependabot[bot]](https://github.com/apps/dependabot)) + +# Changelog + ## [v2.6.1](https://github.com/FormidableLabs/urql-devtools/tree/v2.6.1) (2021-08-02) [Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.6.0...v2.6.1) @@ -543,3 +556,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 a17b64b1..5990b2ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.6.1", + "version": "2.6.2", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {