Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 16, 2024
1 parent 1e7cdc3 commit e06f22d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

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

- Fix Next.js actions by removing `@prisma/internals` as a dependency
- Validate context size to make sure it is under 1MB

#### [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bemi-db/prisma",
"version": "0.3.0",
"version": "0.4.0",
"description": "Automatic data change tracking for Prisma",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit e06f22d

Please sign in to comment.