Skip to content

Commit

Permalink
chore: bump version to 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboe committed Aug 6, 2024
1 parent 73607d6 commit 5d54457
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.2.5",
"version": "5.2.6",
"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.2.5",
"version": "5.2.6",
"type": "commonjs",
"bin": {
"rest2ts": "./dist/index.js"
Expand Down

0 comments on commit 5d54457

Please sign in to comment.