Skip to content

Commit

Permalink
Release 5.13 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Jun 6, 2024
1 parent 86aafb1 commit 692a084
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ try {
| v5.10.x | v5.10.x | \>= v0.1.0 |
| v5.11.x | v5.11.x | \>= v0.1.0 |
| v5.12.x | v5.12.x | \>= v0.1.0 |
| v5.13.x | v5.13.x | \>= v0.1.0 |


Here is the step to step guide for how to choose the version:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/prisma-adapter",
"version": "5.12.0",
"version": "5.13.0",
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"sideEffects": false,
"dependencies": {
"@prisma/driver-adapter-utils": "5.12.0"
"@prisma/driver-adapter-utils": "5.13.0"
},
"devDependencies": {
"@tidbcloud/serverless": "^0.1.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 692a084

Please sign in to comment.