Skip to content

Commit

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

0 comments on commit 49551b4

Please sign in to comment.