We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b6804 commit 962c7dbCopy full SHA for 962c7db
CHANGELOG.md
@@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-- Upgrade peer dependency `mongodb` to v5 or v6
+## [5.1.0] - 2023-10-14
10
11
### Changed
12
13
+- Extend `mongodb` peer dependency allowed versions to `6.x`
14
- Upgrade dependency
15
16
## [5.0.0] - 2023-03-14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "connect-mongo",
3
- "version": "5.0.0",
+ "version": "5.1.0",
4
"description": "MongoDB session store for Express and Connect",
5
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
0 commit comments