Skip to content

Commit 238500b

Browse files
committed
bump 3.1.2 version
1 parent dd53f2a commit 238500b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [3.1.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.1.2) (May 2023)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.1.1...3.1.2)
5+
6+
## Notable changes
7+
* CONJS-249 add connection.listeners function to permit TypeORM compatibility
8+
9+
## Issues Fixed
10+
* CONJS-247 Improve error message when having set named parameter option and executing standard question mark command
11+
* CONJS-248 Ensuring not using importing file after pool.end()
12+
313
## [3.1.1](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.1.1) (Mar 2023)
414
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.1.0...3.1.1)
515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mariadb",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "fast mariadb or mysql connector.",
55
"main": "promise.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)