Skip to content

Commit

Permalink
fix: declare express-session as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Mar 14, 2023
1 parent 3f5ad83 commit f462a25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Change `engines` to require Node 12.9 or newer, matching the upgrade to `mongodb` that occurred in `v4.5.0`

## [5.0.0] - 2023-03-13
## [5.0.0] - 2023-03-14

### **BREAKING CHANGES**

- Upgraded peer dependency `mongodb` to 5.0.0
- Change `engines` to require Node 12.9 or newer, matching the upgrade to `mongodb` that occurred in `v4.5.0`

### Fixed

- Declare `express-session` as a peer dependency.

## [4.6.0] - 2021-09-17

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"node": ">=12.9.0"
},
"peerDependencies": {
"express-session": "^1.17.1",
"mongodb": "^5.1.0"
},
"dependencies": {
Expand Down

0 comments on commit f462a25

Please sign in to comment.