Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvara committed Jan 28, 2023
1 parent 36c6bcf commit 43e961c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ Please use the appropriate version of rxdb-hooks as per this table:

| rxdb-hooks version | targeted RxDB version |
| ------------------ | ---------------------- |
| `4.x` | `10.x`, `11.x`, `12.x` |
| `4.1.x` | `13.x` |
| `4.0.x` | `10.x`, `11.x`, `12.x` |
| `3.x` | `9.x` |
| `1.x`, `2.x` | `8.x` |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxdb-hooks",
"version": "4.0.3",
"version": "4.1.0",
"description": "React hooks for integrating with RxDB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 43e961c

Please sign in to comment.