Skip to content

Commit 0682b31

Browse files
chore(main): release 1.1.1 (#8)
1 parent e03fef4 commit 0682b31

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.1.1](https://github.com/gravity-ui/postgreskit/compare/v1.1.0...v1.1.1) (2024-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **CoreBaseModel:** declare BaseModel ([#7](https://github.com/gravity-ui/postgreskit/issues/7)) ([e03fef4](https://github.com/gravity-ui/postgreskit/commit/e03fef499aade2218367cf1157325bd60b90519d))
9+
310
## [1.1.0](https://github.com/gravity-ui/postgreskit/compare/v1.0.0...v1.1.0) (2024-01-09)
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.1.0",
6+
"version": "1.1.1",
77
"license": "MIT",
88
"main": "build/index.js",
99
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)