Skip to content

Commit 1ec16d5

Browse files
semantic-release-botkaciakmaciak
authored andcommitted
chore(release): 1.6.0-beta.1 [skip ci]
## [1.6.0-beta.1](v1.5.1...v1.6.0-beta.1) (2022-07-02) ### ✨ Features * **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([d1d1da1](d1d1da1)), closes [#55](#55) * **useSubscription:** pass `queryKey` to `subscriptionFn` ([aff5e3e](aff5e3e))
1 parent d17e154 commit 1ec16d5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.0-beta.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.1...v1.6.0-beta.1) (2022-07-02)
2+
3+
4+
### ✨ Features
5+
6+
* **useInfiniteSubscription:** add `useInfiniteSubscription` hook ([d1d1da1](https://github.com/kaciakmaciak/react-query-subscription/commit/d1d1da1635559455f850ab136a34edafecba91fd)), closes [#55](https://github.com/kaciakmaciak/react-query-subscription/issues/55)
7+
* **useSubscription:** pass `queryKey` to `subscriptionFn` ([aff5e3e](https://github.com/kaciakmaciak/react-query-subscription/commit/aff5e3eefb9865ea6c16bd879d41853bf3db8c7a))
8+
19
### [1.5.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.5.0...v1.5.1) (2022-06-24)
210

311

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

0 commit comments

Comments
 (0)