Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Apr 8, 2018
1 parent 4d79de9 commit acfc129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

* TBD:
* v1.3.0:
* Updated dependencies
* Fix for [issue #78](https://github.com/chill117/express-mysql-session/issues/78)
* Added support for promises in mysql query function
* Added support for promises in mysql query function; now works with [node-mysql2](https://github.com/sidorares/node-mysql2)'s promise-only connections
* v1.2.3:
* Updated dependencies
* `MySQLStore.close()` will no longer end the database connection (if provided via constructor). See [issue #70](https://github.com/chill117/express-mysql-session/issues/70) for more information. A new option has been added (`endConnectionOnClose`) to control this behavior.
Expand Down
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": "1.2.3",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit acfc129

Please sign in to comment.