Skip to content

Commit 2657417

Browse files
authored
Merge pull request #14230 from Automattic/vkarpov15/gh-14149
docs(compatibility): add note that Mongoose 5.13 is fully compatible with MongoDB server 5
2 parents 8a06572 + 006d3cb commit 2657417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
2020
| :------------: | :-------------------------------------: |
2121
| `7.x` | `^7.4.0 \| ^8.0.0` |
2222
| `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` |
23-
| `5.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0` |
23+
| `5.x` | `^5.13.0` | `^6.0.0 \| ^7.0.0 \| ^8.0.0`|
2424
| `4.4.x` | `^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
2525
| `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
2626
| `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |

0 commit comments

Comments
 (0)