Skip to content

Commit

Permalink
Release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Mar 6, 2024
1 parent dfacf6c commit b0fa999
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.8](https://github.com/BemiHQ/bemi-prisma/compare/v0.2.7...v0.2.8) - 2024-03-05

- Don't crash in the migration when executing it with Supabase

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

- Add `bemiContext` function for inline context setting
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.7",
"version": "0.2.8",
"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 @@ -90,7 +90,7 @@ const generateMigrationFile = async () => {

const program = new Command();

program.name("bemi").description("CLI to Bemi utilities").version("0.2.7");
program.name("bemi").description("CLI to Bemi utilities").version("0.2.8");

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

0 comments on commit b0fa999

Please sign in to comment.