Skip to content

Commit

Permalink
chore: bump version to 4.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Aug 17, 2021
1 parent fa8826d commit 3e27376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.5.0] - 2021-08-17

### **BREAKING CHANGES**

- Drop Node 10 support
Expand All @@ -18,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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


## [4.4.1] - 2021-03-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ yarn add connect-mongo
## Compatibility

* Support Express up to `5.0`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 3.0`
* Support Node.js 10, 12 and 14
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 4.0`
* Support Node.js 12, 14 and 16
* Support [MongoDB](https://www.mongodb.com/) `3.2+`

For extended compatibility, see previous versions [v3.x](https://github.com/jdesboeufs/connect-mongo/tree/v3.x).
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": "4.4.1",
"version": "4.5.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 3e27376

Please sign in to comment.