Skip to content

Commit 194062e

Browse files
Release 1.1.0
[skip ci] ## [1.1.0](v1.0.1...v1.1.0) (2024-04-18) ### Features * auto use transaction in db.query ([#5](#5)) ([ba7cd37](ba7cd37))
1 parent ba7cd37 commit 194062e

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.1.0](https://github.com/node-modules/rds/compare/v1.0.1...v1.1.0) (2024-04-18)
4+
5+
6+
### Features
7+
8+
* auto use transaction in db.query ([#5](https://github.com/node-modules/rds/issues/5)) ([ba7cd37](https://github.com/node-modules/rds/commit/ba7cd3734ddd26a4f52660815d032c11750c0950))
9+
310
## [1.0.1](https://github.com/node-modules/rds/compare/v1.0.0...v1.0.1) (2024-03-26)
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.0.1",
3+
"version": "1.1.0",
44
"description": "My RDS Client",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

0 commit comments

Comments
 (0)