Skip to content

Commit ffaadd1

Browse files
committed
Merge branch 'master' of github.com:Automattic/mongoose
2 parents 9af5a5c + 5d587f0 commit ffaadd1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/compatibility.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ You can refer to [this table](https://www.mongodb.com/docs/drivers/node/current/
1616

1717
Below are the [semver](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
1818

19-
| MongoDB Server | Mongoose |
19+
| MongoDB Server | Mongoose |
2020
| :------------: | :--------------------------------------------: |
21-
| `8.x` | `^8.7.0` |
22-
| `7.x` | `^7.4.0 \| ^8.0.0` |
23-
| `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` |
24-
| `5.x` | `^5.13.0` \| `^6.0.0 \| ^7.0.0 \| ^8.0.0` |
21+
| `8.x` | `^8.7.0` |
22+
| `7.x` | `^7.4.0 \| ^8.0.0` |
23+
| `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` |
24+
| `5.x` | `^5.13.0` \| `^6.0.0 \| ^7.0.0 \| ^8.0.0` |
2525
| `4.4.x` | `^5.10.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
26-
| `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
27-
| `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
26+
| `4.2.x` | `^5.7.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0` |
27+
| `4.0.x` | `^5.2.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.16.0` |
2828
| `3.6.x` | `^5.0.0 \| ^6.0.0 \| ^7.0.0 \| ^8.0.0 <8.8.0` |
29-
| `3.4.x` | `^4.7.3 \| ^5.0.0` |
30-
| `3.2.x` | `^4.3.0 \| ^5.0.0` |
31-
| `3.0.x` | `^3.8.22 \| ^4.0.0 \| ^5.0.0` |
29+
| `3.4.x` | `^4.7.3 \| ^5.0.0` |
30+
| `3.2.x` | `^4.3.0 \| ^5.0.0` |
31+
| `3.0.x` | `^3.8.22 \| ^4.0.0 \| ^5.0.0` |
3232
| `2.6.x` | `^3.8.8 \| ^4.0.0 \| ^5.0.0` |
33-
| `2.4.x` | `^3.8.0 \| ^4.0.0` |
33+
| `2.4.x` | `^3.8.0 \| ^4.0.0` |
3434

3535
Mongoose `^6.5.0` also works with MongoDB server 7.x. But not all new MongoDB server 7.x features are supported by Mongoose 6.x.
3636

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Next install Mongoose from the command line using `npm`:
1818

1919
```sh
20-
npm install mongoose --save
20+
npm install mongoose
2121
```
2222

2323
Now say we like fuzzy kittens and want to record every kitten we ever meet

0 commit comments

Comments
 (0)