Skip to content

Commit 8ca6b11

Browse files
chore(release): 1.10.0 [skip ci]
## [1.10.0](v1.9.1...v1.10.0) (2025-06-23) ### Features * support sql transactions for multiple databases ([#49](#49)) ([2aa3a47](2aa3a47))
1 parent 2aa3a47 commit 8ca6b11

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.0](https://github.com/hirosystems/api-toolkit/compare/v1.9.1...v1.10.0) (2025-06-23)
2+
3+
4+
### Features
5+
6+
* support sql transactions for multiple databases ([#49](https://github.com/hirosystems/api-toolkit/issues/49)) ([2aa3a47](https://github.com/hirosystems/api-toolkit/commit/2aa3a4718fa2b65a06ff3ad2efaee76b29ba798d))
7+
18
## [1.9.1](https://github.com/hirosystems/api-toolkit/compare/v1.9.0...v1.9.1) (2025-06-04)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirosystems/api-toolkit",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "API development toolkit",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)