Skip to content

Commit c537f7f

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2023-06-11) ### Features * Use Prisma instead of PG for DB abstraction ([#4](#4)) ([663a35a](663a35a))
1 parent 663a35a commit c537f7f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/kapetacom/sdk-nodejs-sqldb-postgresql/compare/v1.1.1...v1.2.0) (2023-06-11)
2+
3+
4+
### Features
5+
6+
* Use Prisma instead of PG for DB abstraction ([#4](https://github.com/kapetacom/sdk-nodejs-sqldb-postgresql/issues/4)) ([663a35a](https://github.com/kapetacom/sdk-nodejs-sqldb-postgresql/commit/663a35affc444fd15d9cd0a71ef1fa012ec5ced7))
7+
18
## [1.1.1](https://github.com/kapetacom/sdk-nodejs-sqldb-postgresql/compare/v1.1.0...v1.1.1) (2023-06-11)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kapeta/sdk-sqldb-postgresql",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Kapeta SDK for PostgreSQL",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)