Skip to content

Commit

Permalink
Prepare for v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Mar 22, 2021
1 parent 87b6ac8 commit 5a18d5b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/2.4.3) (2021-03-22)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...2.4.3)

**Fixed bugs:**

- \[Runtime error\]: Cannot convert object to primitive value [\#323](https://github.com/FormidableLabs/urql-devtools/issues/323)

**Closed issues:**

- \[Runtime error\]: Cannot read property '0' of undefined [\#339](https://github.com/FormidableLabs/urql-devtools/issues/339)
- \[Runtime error\]: Add support for Urql 2 [\#330](https://github.com/FormidableLabs/urql-devtools/issues/330)
- \[Runtime error\]: Cannot convert object to primitive value [\#329](https://github.com/FormidableLabs/urql-devtools/issues/329)

**Merged pull requests:**

- Default to watch mode for visual regression [\#343](https://github.com/FormidableLabs/urql-devtools/pull/343) ([andyrichardson](https://github.com/andyrichardson))
- Add stringification of default input arguments [\#341](https://github.com/FormidableLabs/urql-devtools/pull/341) ([andyrichardson](https://github.com/andyrichardson))
- Bump prismjs from 1.21.0 to 1.23.0 [\#337](https://github.com/FormidableLabs/urql-devtools/pull/337) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v2.4.2](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.2) (2021-02-18)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.1...v2.4.2)
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.4.2",
"version": "2.4.3",
"description": "The official devtools utility for urql",
"homepage": "https://www.github.com/FormidableLabs/urql-devtools",
"bugs": {
Expand Down

0 comments on commit 5a18d5b

Please sign in to comment.