Skip to content

Commit a40233b

Browse files
Release 1.2.1
[skip ci] ## [1.2.1](v1.2.0...v1.2.1) (2024-09-06) ### Bug Fixes * fix mysql2 invalid configuration option poolWaitTimeout ([#8](#8)) ([7293c2e](7293c2e))
1 parent 7293c2e commit a40233b

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+
## [1.2.1](https://github.com/node-modules/rds/compare/v1.2.0...v1.2.1) (2024-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* fix mysql2 invalid configuration option poolWaitTimeout ([#8](https://github.com/node-modules/rds/issues/8)) ([7293c2e](https://github.com/node-modules/rds/commit/7293c2e9794099c2c7ae6bf773e38498cd2b22d4))
9+
310
## [1.2.0](https://github.com/node-modules/rds/compare/v1.1.0...v1.2.0) (2024-08-12)
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": "@eggjs/rds",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "My RDS Client",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

0 commit comments

Comments
 (0)