Skip to content

Commit a9fefdf

Browse files
committed
Version
1 parent 3adb18a commit a9fefdf

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.2:
4+
* Updated dependencies
35
* v3.0.1:
46
* Updated dependencies
57
* v3.0.0:

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.1",
4+
"version": "3.0.2",
55
"main": "index.js",
66
"scripts": {
77
"test": "npm run test:unit && npm run test:integration",

0 commit comments

Comments
 (0)