Skip to content

Commit e06f22d

Browse files
committed
Release v0.4.0
1 parent 1e7cdc3 commit e06f22d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
#### [v0.4.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.3.0...v0.4.0) - 2024-04-16
4+
5+
- Fix Next.js actions by removing `@prisma/internals` as a dependency
6+
- Validate context size to make sure it is under 1MB
7+
38
#### [v0.3.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.8...v0.3.0) - 2024-04-11
49

510
- Automatically include an original SQL query in application context

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bemi-db/prisma",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Automatic data change tracking for Prisma",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)