Skip to content

Commit 879c196

Browse files
chore(main): release 1.0.0 (#4)
1 parent d17c561 commit 879c196

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-07-18)
4+
5+
6+
### Features
7+
8+
* publish package ([#2](https://github.com/gravity-ui/postgreskit/issues/2)) ([89c599d](https://github.com/gravity-ui/postgreskit/commit/89c599d4ca35faba4d4cced1c9146aa1947901b1))
9+
* publish package ([#3](https://github.com/gravity-ui/postgreskit/issues/3)) ([d17c561](https://github.com/gravity-ui/postgreskit/commit/d17c561e69051fdb64af43f9ebf36410f2a0978a))

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": "0.0.1",
6+
"version": "1.0.0",
77
"license": "MIT",
88
"main": "build/index.js",
99
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)