Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Aug 7, 2018
1 parent dfc44b4 commit 0ff0193
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

* TBD:
* v2.0.1:
* Updated dependencies
* v2.0.0:
* Added new flag `clearExpired` which when set to `false` will prevent expired sessions from being deleted automatically. The default value is `true` so the default behavior remains unchanged.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-mysql-session",
"description": "A MySQL session store for express.js",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 0ff0193

Please sign in to comment.