Skip to content

Commit db73639

Browse files
committed
Release v0.8.1
1 parent 19afed7 commit db73639

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
#### [v0.8.1](https://github.com/BemiHQ/bemi-prisma/compare/v0.8.0...v0.8.1) - 2024-11-13
4+
5+
- Fix using Prisma client database URL specified in `datasources.db` [#5](https://github.com/BemiHQ/bemi-prisma/pull/5)
6+
7+
#### [v0.8.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.7.0...v0.8.0) - 2024-11-08
8+
9+
- Allow using Prisma client database URL specified in `datasources.db` [#4](https://github.com/BemiHQ/bemi-prisma/pull/5)
10+
311
#### [v0.7.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.6.0...v0.7.0) - 2024-10-24
412

513
- Enable passing application context in non-public schemas.

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.7.0",
3+
"version": "0.8.1",
44
"description": "Automatic data change tracking for Prisma",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)