diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e14aae8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.1.0](https://github.com/kaciakmaciak/react-query-subscription/compare/v1.0.0...v1.1.0) (2021-10-30) + + +### ✨ Features + +* **helpers:** add `fromEventSource` and `eventSource$` helpers ([38370dc](https://github.com/kaciakmaciak/react-query-subscription/commit/38370dc1b11435c86167db3ae2a1f4f0ea17d023)), closes [#13](https://github.com/kaciakmaciak/react-query-subscription/issues/13) diff --git a/package-lock.json b/package-lock.json index c35f7ce..116483f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-query-subscription", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-query-subscription", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@babel/runtime": "7.14.6" diff --git a/package.json b/package.json index 9f262aa..af7e10e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-query-subscription", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=10.13.0" },