Skip to content

Commit

Permalink
chore: drop node 10 support due to mongodb upgrade
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
mingchuno committed Aug 17, 2021
1 parent 8bdc9e0 commit 83480c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### **BREAKING CHANGES**

- Drop Node 10 support

### Changed

- Upgrade `mongodb` to V4 [#422] [#426]

### Fixed

- Move `writeConcern` away from top-level option to fix deprecation warning [#422](https://github.com/jdesboeufs/connect-mongo/issues/422)
- Upgrade `mongodb` to V4 [#422] [#426]


## [4.4.1] - 2021-03-23

Expand Down

0 comments on commit 83480c2

Please sign in to comment.