Skip to content

Commit

Permalink
chore(packages): bump version to 5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboe committed Aug 6, 2024
1 parent d5193e6 commit 4f81049
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.4",
"version": "5.2.5",
"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.4",
"version": "5.2.5",
"type": "commonjs",
"bin": {
"rest2ts": "./dist/index.js"
Expand Down

0 comments on commit 4f81049

Please sign in to comment.