Skip to content

Commit 52ff7ee

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2021-10-31) ### ✨ Features * **types:** export `UseSubscriptionOptions` and `EventSourceOptions` types ([3c497d8](3c497d8))
1 parent f4890a3 commit 52ff7ee

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.2.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.1.0...v1.2.0) (2021-10-31)
2+
3+
4+
### ✨ Features
5+
6+
* **types:** export `UseSubscriptionOptions` and `EventSourceOptions` types ([3c497d8](https://github.com/kaciakmaciak/react-query-subscription/commit/3c497d8285784f0befa286b00edc1bbe46bc34b6))
7+
18
## [1.1.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.0.0...v1.1.0) (2021-10-30)
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.1.0",
3+
"version": "1.2.0",
44
"engines": {
55
"node": ">=10.13.0"
66
},

0 commit comments

Comments
 (0)