Skip to content

Commit 37f23e4

Browse files
Release 4.0.0
[skip ci] ## [4.0.0](v3.4.0...v4.0.0) (2023-03-06) ### ⚠ BREAKING CHANGES * drop Node.js < 16 support ### Features * refactor with TypeScript ([#27](#27)) ([4b7311d](4b7311d))
1 parent 4b7311d commit 37f23e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [3.4.0](https://github.com/eggjs/egg-mysql/compare/v3.3.0...v3.4.0) (2023-02-15)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-mysql",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "MySQL plugin for egg",
55
"eggPlugin": {
66
"name": "mysql"

0 commit comments

Comments
 (0)