We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7311d commit 37f23e4Copy full SHA for 37f23e4
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [4.0.0](https://github.com/eggjs/egg-mysql/compare/v3.4.0...v4.0.0) (2023-03-06)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* drop Node.js < 16 support
9
10
+### Features
11
12
+* refactor with TypeScript ([#27](https://github.com/eggjs/egg-mysql/issues/27)) ([4b7311d](https://github.com/eggjs/egg-mysql/commit/4b7311d2beb43a0338337c7128e016690ea04c9e))
13
14
## [3.4.0](https://github.com/eggjs/egg-mysql/compare/v3.3.0...v3.4.0) (2023-02-15)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-mysql",
- "version": "3.4.0",
+ "version": "4.0.0",
"description": "MySQL plugin for egg",
"eggPlugin": {
"name": "mysql"
0 commit comments