Skip to content

Commit 962c7db

Browse files
committed
chore: release v5.1.0
1 parent 08b6804 commit 962c7db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
- Upgrade peer dependency `mongodb` to v5 or v6
9+
## [5.1.0] - 2023-10-14
1010

1111
### Changed
1212

13+
- Extend `mongodb` peer dependency allowed versions to `6.x`
1314
- Upgrade dependency
1415

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-mongo",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "MongoDB session store for Express and Connect",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)