Skip to content

Commit 7d6b9fb

Browse files
committed
v1.2.9
1 parent 1467ac1 commit 7d6b9fb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.9
4+
5+
- Added homepage to readme for link to docs to be displayed in IDEs
6+
37
## 1.2.8
48

59
- Fixed an issue where stale and garbage collection timeouts would fire in server-like environments

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ This library is being built and maintained by me, @tannerlinsley and I am always
255255
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
256256
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
257257

258+
258259
- [Installation](#installation)
259260
- [Defaults to keep in mind](#defaults-to-keep-in-mind)
260261
- [Queries](#queries)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)