Skip to content

Commit

Permalink
chore: bum to version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Jul 15, 2024
1 parent 424652b commit d4c5d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@sebastianwessel/surql-gen",
"description": "A small tool which generates a typescript client for SurrealDB based on the schema of a given database",
"version": "2.5.2",
"version": "2.5.3",
"exports": "./dist/esm/index.js",
"publish": {
"include": ["dist/**/*.js", "dist/**/*.d.ts", "README.md", "package.json"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sebastianwessel/surql-gen",
"private": false,
"version": "2.5.2",
"version": "2.5.3",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit d4c5d85

Please sign in to comment.