Skip to content

Commit bcdcdb2

Browse files
authored
release 6.17 (#42)
1 parent d785ecd commit bcdcdb2

File tree

4 files changed

+220
-40
lines changed

4 files changed

+220
-40
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
ci:
10+
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ try {
151151
| v5.15.x | v5.15.x | \>= v0.1.0 |
152152
| v5.20.x | v5.20.x | \>= v0.1.0 |
153153
| v6.6.x | v6.6.x | \>= v0.1.0 |
154-
| v6.12.x | v6.12.x | \>= v0.1.0 |
154+
| v6.12.x | v6.12.x | \>= v0.1.0 |
155+
| v6.17.x | v6.17.x | \>= v0.1.0 |
155156

156157
Here is the step to step guide for how to choose the version:
157158
1. Choose the Prisma version: Choose the one as you need.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tidbcloud/prisma-adapter",
3-
"version": "6.12.0",
3+
"version": "6.17.0",
44
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -43,7 +43,7 @@
4343
"dotenv": "^16.5.0",
4444
"jest": "^29.6.2",
4545
"prettier": "^2.7.1",
46-
"prisma": "6.12.0",
46+
"prisma": "6.17.0",
4747
"ts-jest": "^29.1.1",
4848
"tsup": "^7.2.0",
4949
"tsx": "^3.12.7",

0 commit comments

Comments
 (0)