Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresvic committed Jul 24, 2023
1 parent dc2cbab commit c9c0063
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Fields which are either objects or of a different type are converted to strings

## Requirements

- Node `>=14` (Use `2.3.4` for Node `>=4.4.7 && <6.x.x`, `5.0.3` for Node `>=6.x.x && <=12.x.x`)
- Node `>=14` (Use `2.3.4` for Node `>=4.4.7 && <6.x.x`, `5.0.3` for Node `>=6.x.x && <=10.x.x`, `6.3.0` for Node `12.x.x`)
- MongoDB `>=4.4`
- Mongoose `>=7.0.0` (use `6.3.0` for Mongoose `<7.0.0`)

Expand Down Expand Up @@ -251,6 +251,11 @@ Feel free to make changes to the default docker configuration as required.

## Changelog

### 7.0.1

- Update README
- No functionality affected

### 7.0.0

- _BREAKING:_ Update mongoose peer dependency to 7.0.0 which drops `update` and replaces it with `updateOne`. Use previous version if you are still on monogoose `6.x`.
Expand Down

0 comments on commit c9c0063

Please sign in to comment.