Skip to content

Commit

Permalink
upgrade version to 7.0.0, remove support for node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jun 25, 2020
1 parent fd5f757 commit 1bd9678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ node_js:
- "14"
- "12"
- "10"
- "8"
sudo: false
script:
- npm run lint
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-session-sequelize",
"version": "6.1.1",
"version": "7.0.0",
"description": "Session store for connect-session using sequelize",
"homepage": "https://github.com/mweibel/connect-session-sequelize",
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
Expand Down

0 comments on commit 1bd9678

Please sign in to comment.