Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Apr 15, 2024
1 parent b3a9c3f commit 7c7ceaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

* v3.0.1:
* Updated dependencies
* v3.0.0:
* Added "disableTouch" option.
* Switched MySQL client dependency from mysql to mysql2 module.
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"test": "npm run test:unit && npm run test:integration",
Expand Down

0 comments on commit 7c7ceaf

Please sign in to comment.