Skip to content

Commit

Permalink
Merge pull request #1648 from sidorares/release-please--branches--mas…
Browse files Browse the repository at this point in the history
…ter--components--mysql2

chore(master): release 3.0.0-rc.1
  • Loading branch information
sidorares authored Nov 6, 2022
2 parents 1b684bb + f32dd27 commit 03b3e43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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()`
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": "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": {
Expand Down

0 comments on commit 03b3e43

Please sign in to comment.