We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5f757 commit 1bd9678Copy full SHA for 1bd9678
.travis.yml
@@ -7,7 +7,6 @@ node_js:
7
- "14"
8
- "12"
9
- "10"
10
- - "8"
11
sudo: false
12
script:
13
- npm run lint
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "connect-session-sequelize",
3
- "version": "6.1.1",
+ "version": "7.0.0",
4
"description": "Session store for connect-session using sequelize",
5
"homepage": "https://github.com/mweibel/connect-session-sequelize",
6
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
0 commit comments