Skip to content

Commit d3fa13c

Browse files
Release 3.4.0
[skip ci] ## [3.4.0](v3.3.0...v3.4.0) (2023-02-15) ### Features * **type:** add type definition for mysql.count method ([#26](#26)) ([7aef13e](7aef13e))
1 parent 7aef13e commit d3fa13c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/eggjs/egg-mysql/compare/v3.3.0...v3.4.0) (2023-02-15)
4+
5+
6+
### Features
7+
8+
* **type:** add type definition for mysql.count method ([#26](https://github.com/eggjs/egg-mysql/issues/26)) ([7aef13e](https://github.com/eggjs/egg-mysql/commit/7aef13eb861b41c538d3b3d561c92a666a61110b))
9+
310
## [3.3.0](https://github.com/eggjs/egg-mysql/compare/v3.2.0...v3.3.0) (2022-12-18)
411

512

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.3.0",
3+
"version": "3.4.0",
44
"description": "MySQL plugin for egg",
55
"eggPlugin": {
66
"name": "mysql"

0 commit comments

Comments
 (0)