Skip to content

Commit

Permalink
Update CHANGELOG for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jun 18, 2019
1 parent bce0dcb commit ed0bf15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ If a change is missing an attribution, it may have been made by a Core Contribut

_The format is based on [Keep a Changelog](http://keepachangelog.com/)._

## [v1.1.3](https://github.com/FormidableLabs/urql/compare/v1.1.2...v1.1.3)

This is a hotfix that patches a small regression from `1.1.2` where
`useQuery` would crash due to an incorrect teardown function from pause.

- Fix `executeQuery` dispose function when `pause` is set, by[@JoviDeCroock](https://github.com/JoviDeCroock) (see [#315](https://github.com/FormidableLabs/urql/pull/315))

## [v1.1.2](https://github.com/FormidableLabs/urql/compare/v1.1.1...v1.1.2)

This patch fixes a small bug that usually manifests in development,
Expand Down

0 comments on commit ed0bf15

Please sign in to comment.