diff --git a/Changelog.md b/Changelog.md index fcfc72e1c0..b7f0d20c00 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,18 @@ +# Changelog + +## [3.0.0-rc.1](https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.0.0-rc.1) (2022-11-06) + + +### Bug Fixes + +* **typings:** Add the infileStreamFactory option to the type definition ([bf9cc4c](https://github.com/sidorares/node-mysql2/commit/bf9cc4c41e72f4a9014659a22b131739524bda1c)) +* webpack projects no longer show warning for cardinal dependency ([26c56ae](https://github.com/sidorares/node-mysql2/commit/26c56ae64846814eb8234c0d352871a7b6651d66)) + + +### Miscellaneous Chores + +* v3.0.0-rc.1 changes ([1b684bb](https://github.com/sidorares/node-mysql2/commit/1b684bbf8047200e5de5dd18874872880237de2f)) + 3.0.0-rc.1 ( 6/11/2021 ) - fix .ping() return value signature #1650 - documentation: clarify `SUM()` and `AVG()` diff --git a/package-lock.json b/package-lock.json index 9fecec0b42..266b3896f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mysql2", - "version": "2.3.3", + "version": "3.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mysql2", - "version": "2.3.3", + "version": "3.0.0-rc.1", "license": "MIT", "dependencies": { "@types/chai": "^4.3.3", diff --git a/package.json b/package.json index 4bef6ee209..ad8a8fce3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "2.3.3", + "version": "3.0.0-rc.1", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {