Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 11, 2024
1 parent 97b8d19 commit 2d6b2cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

#### [v0.3.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.8...v0.3.0) - 2024-04-11

- Automatically include an original SQL query in application context
- Pass application context only if it's an object
- Sync the pg adapter against the latest Prisma pg adapter version
- Drop support for PostgreSQL version 13 and older

#### [v0.2.8](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.7...v0.2.8) - 2024-03-05

- Don't crash in the migration when executing it with Supabase
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bemi-db/prisma",
"version": "0.2.8",
"version": "0.3.0",
"description": "Automatic data change tracking for Prisma",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -9,9 +9,12 @@
"dist"
],
"bin": {
"bemi": "./dist/cli.js"
"bemi": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/BemiHQ/bemi-prisma.git"
},
"repository": "git://github.com/BemiHQ/bemi-prisma.git",
"author": "",
"license": "LGPL-3.0",
"bugs": {
Expand Down

0 comments on commit 2d6b2cd

Please sign in to comment.