Skip to content

Commit 23ec284

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2021-11-07) ### ✨ Features * **useSubscription:** add `onError` option ([c102b7c](c102b7c)), closes [#29](#29)
1 parent cb9fc2f commit 23ec284

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.4.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.3.0...v1.4.0) (2021-11-07)
2+
3+
4+
### ✨ Features
5+
6+
* **useSubscription:** add `onError` option ([c102b7c](https://github.com/kaciakmaciak/react-query-subscription/commit/c102b7c771d3d2a894767fab28b531e9d3cf4ab5)), closes [#29](https://github.com/kaciakmaciak/react-query-subscription/issues/29)
7+
18
## [1.3.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.2.0...v1.3.0) (2021-11-02)
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.3.0",
3+
"version": "1.4.0",
44
"engines": {
55
"node": ">=10.13.0"
66
},

0 commit comments

Comments
 (0)