Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Oct 14, 2023
1 parent 08b6804 commit 962c7db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Changed

- Extend `mongodb` peer dependency allowed versions to `6.x`
- Upgrade dependency

## [5.0.0] - 2023-03-14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-mongo",
"version": "5.0.0",
"version": "5.1.0",
"description": "MongoDB session store for Express and Connect",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 962c7db

Please sign in to comment.