Skip to content

Commit

Permalink
Merge pull request #14230 from Automattic/vkarpov15/gh-14149
Browse files Browse the repository at this point in the history
docs(compatibility): add note that Mongoose 5.13 is fully compatible with MongoDB server 5
  • Loading branch information
vkarpov15 authored Jan 4, 2024
2 parents 8a06572 + 006d3cb commit 2657417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
| :------------: | :-------------------------------------: |
| `7.x` | `^7.4.0 \| ^8.0.0` |
| `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` |
| `5.x` | `^6.0.0 \| ^7.0.0 \| ^8.0.0` |
| `5.x` | `^5.13.0` | `^6.0.0 \| ^7.0.0 \| ^8.0.0`|
| `4.4.x` | `^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
| `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
| `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
Expand Down

0 comments on commit 2657417

Please sign in to comment.