We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c6bcf commit 43e961cCopy full SHA for 43e961c
README.md
@@ -167,7 +167,8 @@ Please use the appropriate version of rxdb-hooks as per this table:
167
168
| rxdb-hooks version | targeted RxDB version |
169
| ------------------ | ---------------------- |
170
-| `4.x` | `10.x`, `11.x`, `12.x` |
+| `4.1.x` | `13.x` |
171
+| `4.0.x` | `10.x`, `11.x`, `12.x` |
172
| `3.x` | `9.x` |
173
| `1.x`, `2.x` | `8.x` |
174
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rxdb-hooks",
3
- "version": "4.0.3",
+ "version": "4.1.0",
4
"description": "React hooks for integrating with RxDB",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments