Skip to content

Commit

Permalink
chore(master): release 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
1 parent 74abf9e commit b97ccd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.9.4](/~https://github.com/sidorares/node-mysql2/compare/v3.9.3...v3.9.4) (2024-04-09)


### Bug Fixes

* **docs:** improve the contribution guidelines ([#2552](/~https://github.com/sidorares/node-mysql2/issues/2552)) ([8a818ce](/~https://github.com/sidorares/node-mysql2/commit/8a818ce0f30654eba854759e6409c0ac856fc448))
* **security:** improve supportBigNumbers and bigNumberStrings sanitization ([#2572](/~https://github.com/sidorares/node-mysql2/issues/2572)) ([74abf9e](/~https://github.com/sidorares/node-mysql2/commit/74abf9ef94d76114d9a09415e28b496522a94805))

## [3.9.3](/~https://github.com/sidorares/node-mysql2/compare/v3.9.2...v3.9.3) (2024-03-26)


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,6 +1,6 @@
{
"name": "mysql2",
"version": "3.9.3",
"version": "3.9.4",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
"main": "index.js",
"typings": "typings/mysql/index",
Expand Down

0 comments on commit b97ccd7

Please sign in to comment.