Skip to content

Commit 77d7a1e

Browse files
committed
Version
1 parent b6867ed commit 77d7a1e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.md

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

3+
* v3.0.3:
4+
* Updated dependencies
35
* v3.0.2:
46
* Updated dependencies
57
* v3.0.1:

package-lock.json

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

0 commit comments

Comments
 (0)