Skip to content

Commit

Permalink
chore(version): bump version to 5.3.2 in jsr.json and package.json
Browse files Browse the repository at this point in the history
Update the version number from 5.3.1 to 5.3.2 in both jsr.json and package.json files to reflect the new release.
  • Loading branch information
gaboe committed Sep 2, 2024
1 parent 8e59e34 commit aea65ca
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,6 +1,6 @@
{
"name": "@gaboe/rest2ts",
"version": "5.3.1",
"version": "5.3.2",
"exports": "./src/index.ts",
"license": "MIT"
}
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.1",
"version": "5.3.2",
"type": "commonjs",
"bin": {
"rest2ts": "./dist/index.js"
Expand Down

0 comments on commit aea65ca

Please sign in to comment.