Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Sep 6, 2024
1 parent 7293c2e commit a40233b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/node-modules/rds/compare/v1.2.0...v1.2.1) (2024-09-06)


### Bug Fixes

* fix mysql2 invalid configuration option poolWaitTimeout ([#8](https://github.com/node-modules/rds/issues/8)) ([7293c2e](https://github.com/node-modules/rds/commit/7293c2e9794099c2c7ae6bf773e38498cd2b22d4))

## [1.2.0](https://github.com/node-modules/rds/compare/v1.1.0...v1.2.0) (2024-08-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/rds",
"version": "1.2.0",
"version": "1.2.1",
"description": "My RDS Client",
"main": "lib/client.js",
"types": "lib/client.d.ts",
Expand Down

0 comments on commit a40233b

Please sign in to comment.