Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Nov 13, 2024
1 parent 19afed7 commit db73639
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

#### [v0.8.1](https://github.com/BemiHQ/bemi-prisma/compare/v0.8.0...v0.8.1) - 2024-11-13

- Fix using Prisma client database URL specified in `datasources.db` [#5](https://github.com/BemiHQ/bemi-prisma/pull/5)

#### [v0.8.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.7.0...v0.8.0) - 2024-11-08

- Allow using Prisma client database URL specified in `datasources.db` [#4](https://github.com/BemiHQ/bemi-prisma/pull/5)

#### [v0.7.0](https://github.com/BemiHQ/bemi-prisma/compare/v0.6.0...v0.7.0) - 2024-10-24

- Enable passing application context in non-public schemas.
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.7.0",
"version": "0.8.1",
"description": "Automatic data change tracking for Prisma",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit db73639

Please sign in to comment.