Skip to content

Commit cc420c7

Browse files
Release 1.5.0
[skip ci] ## 1.5.0 (2025-12-09) * feat: implement mysql execute (#15) ([f49ba4b](f49ba4b)), closes [#15](#15) [hi#level](https://github.com/hi/issues/level)
1 parent f49ba4b commit cc420c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.0 (2025-12-09)
4+
5+
* feat: implement mysql execute (#15) ([f49ba4b](https://github.com/node-modules/rds/commit/f49ba4b)), closes [#15](https://github.com/node-modules/rds/issues/15) [hi#level](https://github.com/hi/issues/level)
6+
37
## 1.4.0 (2025-11-25)
48

59
* feat: use sql params (#14) ([0d1569d](https://github.com/node-modules/rds/commit/0d1569d)), closes [#14](https://github.com/node-modules/rds/issues/14) [hi#level](https://github.com/hi/issues/level)

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.4.0",
3+
"version": "1.5.0",
44
"description": "My RDS Client",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

0 commit comments

Comments
 (0)