Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jun 27, 2024
1 parent 146f1ac commit 4253f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
tag = True
commit = True
current_version = 1.2.2
current_version = 1.3.0

[bumpversion:file:package.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cached-prisma",
"description": "A Prisma client abstraction that simplifies caching.",
"version": "1.2.2",
"version": "1.3.0",
"license": "MIT",
"author": "Joel Lefkowitz",
"repository": "https://github.com/joellefkowitz/cached-prisma",
Expand Down

0 comments on commit 4253f23

Please sign in to comment.