Skip to content

Commit 4cc0e78

Browse files
chore(main): release 3.1.0 (#31)
1 parent b6863d5 commit 4cc0e78

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,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/gravity-ui/postgreskit/compare/v3.0.0...v3.1.0) (2025-09-22)
4+
5+
6+
### Features
7+
8+
* add cancelOnTimeout and useLimitInFirst params to getModel ([#29](https://github.com/gravity-ui/postgreskit/issues/29)) ([b6863d5](https://github.com/gravity-ui/postgreskit/commit/b6863d5ab12c2cf21c2054a54111a30ad0246b72))
9+
310
## [3.0.0](https://github.com/gravity-ui/postgreskit/compare/v2.0.0...v3.0.0) (2025-03-07)
411

512

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
@@ -3,7 +3,7 @@
33
"author": "Gravity UI Team",
44
"description": "Module for simplified PostgreSQL database connection",
55
"repository": "git@github.com:gravity-ui/postgreskit.git",
6-
"version": "3.0.0",
6+
"version": "3.1.0",
77
"license": "MIT",
88
"main": "build/index.js",
99
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)