Skip to content

Commit ff5595b

Browse files
committed
v1.3.0
1 parent 21ace4c commit ff5595b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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.9",
3+
"version": "1.3.0",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",

src/tests/useQuery.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,6 @@ describe('useQuery', () => {
779779

780780
React.useMemo(() => {
781781
memoFn()
782-
console.log(query.data)
783782
return query.data
784783
}, [query.data])
785784

0 commit comments

Comments
 (0)