Skip to content

Commit 3708e51

Browse files
chore(release): 1.8.1 [skip ci]
### [1.8.1](v1.8.0...v1.8.1) (2022-10-16) ### 🐛 Bug Fixes * fix calling subscription fn multiple times when `subscriptionKey` is not a string ([a7f32f3](a7f32f3))
1 parent 95ec4aa commit 3708e51

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.8.1](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.8.0...v1.8.1) (2022-10-16)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* fix calling subscription fn multiple times when `subscriptionKey` is not a string ([a7f32f3](https://github.com/kaciakmaciak/react-query-subscription/commit/a7f32f3d1c958dc40c74dec8c8e99ced464e2f80))
7+
18
## [1.8.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.7.0...v1.8.0) (2022-10-08)
29

310

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

0 commit comments

Comments
 (0)