Skip to content

Commit

Permalink
chore(version): bump version to 5.3.1 in package and jsr files
Browse files Browse the repository at this point in the history
Update the version number from 5.3.0 to 5.3.1 in both package.json and jsr.json files to reflect the latest changes.
  • Loading branch information
gaboe committed Sep 2, 2024
1 parent ed0b99e commit 27b984e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cli/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gaboe/rest2ts",
"version": "5.3.0",
"version": "5.3.1",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rest2ts",
"description": "Generate modern TypeScript types from REST APIs",
"private": false,
"version": "5.3.0",
"version": "5.3.1",
"type": "commonjs",
"bin": {
"rest2ts": "./dist/index.js"
Expand Down

0 comments on commit 27b984e

Please sign in to comment.