Skip to content

Commit 30ed535

Browse files
chore(main): release 1.3.0 (#19)
1 parent b0cbb09 commit 30ed535

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.3.0](https://github.com/gravity-ui/postgreskit/compare/v1.2.0...v1.3.0) (2024-05-22)
4+
5+
6+
### Features
7+
8+
* add onlyOne option to migrate and rollback helpers ([#18](https://github.com/gravity-ui/postgreskit/issues/18)) ([b0cbb09](https://github.com/gravity-ui/postgreskit/commit/b0cbb099e048e16383fcb8bcf9b708f221e7391d))
9+
310
## [1.2.0](https://github.com/gravity-ui/postgreskit/compare/v1.1.1...v1.2.0) (2024-04-22)
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": "1.2.0",
6+
"version": "1.3.0",
77
"license": "MIT",
88
"main": "build/index.js",
99
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)