Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Feb 21, 2024
1 parent 839043f commit 240d36c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### [v0.2.6](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.5...v0.2.6) - 2024-02-21

- Reuse the Prisma client type when wrapping it by using `withPgAdapter`

#### [v0.2.5](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.4...v0.2.5) - 2024-02-19

- Add `BemiApolloServerPlugin`
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.2.5",
"version": "0.2.6",
"description": "Automatic data change tracking for Prisma",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const generateMigrationFile = async () => {

const program = new Command();

program.name("bemi").description("CLI to Bemi utilities").version("0.2.5");
program.name("bemi").description("CLI to Bemi utilities").version("0.2.6");

program.
command("migration:create").
Expand Down

0 comments on commit 240d36c

Please sign in to comment.