Skip to content

Commit 7c7ceaf

Browse files
committed
Version
1 parent b3a9c3f commit 7c7ceaf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
* v3.0.1:
4+
* Updated dependencies
35
* v3.0.0:
46
* Added "disableTouch" option.
57
* Switched MySQL client dependency from mysql to mysql2 module.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express-mysql-session",
33
"description": "A MySQL session store for express.js",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"main": "index.js",
66
"scripts": {
77
"test": "npm run test:unit && npm run test:integration",

0 commit comments

Comments
 (0)