Skip to content

Commit 7bafd19

Browse files
chore(release): 1.6.0 [skip ci]
## [1.6.0](v1.5.1...v1.6.0) (2022-09-30) ### ✨ Features * **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([64a3f94](64a3f94)), closes [#55](#55) * **useSubscription:** pass `queryKey` to `subscriptionFn` ([7564823](7564823)) ### 🐛 Bug Fixes * **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([a05675b](a05675b))
1 parent 096197c commit 7bafd19

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.6.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.1...v1.6.0) (2022-09-30)
2+
3+
4+
### ✨ Features
5+
6+
* **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([64a3f94](https://github.com/kaciakmaciak/react-query-subscription/commit/64a3f94b41dda867579abadf8c6aa7fc8d9b34c6)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55)
7+
* **useSubscription:** pass `queryKey` to `subscriptionFn` ([7564823](https://github.com/kaciakmaciak/react-query-subscription/commit/75648232ed75b0a74adf71fe9aa2f7445cf60f3a))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* **useInfiniteSubscription:** fix unsubscribing when previous/next page has been fetched ([a05675b](https://github.com/kaciakmaciak/react-query-subscription/commit/a05675be0fb29b83acef3a803977900504a09c47))
13+
114
## [1.6.0-beta.2](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2022-07-02)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-subscription",
3-
"version": "1.6.0-beta.2",
3+
"version": "1.6.0",
44
"engines": {
55
"node": ">=10.13.0"
66
},

0 commit comments

Comments
 (0)