Skip to content

Commit a38d15a

Browse files
committed
Release 1.0.1
1 parent 4914711 commit a38d15a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/codepunkt/vitest-environment-prisma-postgres/compare/1.0.0...1.0.1) (2025-11-29)
4+
5+
### 🐛 Bug Fixes
6+
7+
* add proper type for global prismaPostgresTestContext ([4914711](https://github.com/codepunkt/vitest-environment-prisma-postgres/commit/4914711f70f49a6ef54716c89adfe3edb99421a0))
8+
9+
### ⚙️ CI
10+
11+
* configure codecov coverage ([41714fe](https://github.com/codepunkt/vitest-environment-prisma-postgres/commit/41714fed32a754c8ed544045f4c00e521f4d2364))
12+
313
## 1.0.0 (2025-11-29)
414

515
### ✨ New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitest-environment-prisma-postgres",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"author": "Christoph Werner <christoph@codepunkt.de>",
66
"description": "Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.",

0 commit comments

Comments
 (0)