Skip to content

Commit a501abc

Browse files
committed
chore: bump version to 0.3.0
Major improvements: - Prisma 4+ compatibility - Improved API with better type safety - Fixed all tests - Better documentation
1 parent 5334cfc commit a501abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-typesafe-triggers",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A typesafe client for defining and subscribing to PostgreSQL triggers using Prisma",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)