Skip to content

Commit

Permalink
chore(version): bump to 5.4.0
Browse files Browse the repository at this point in the history
Update version in package.json and jsr.json files
  • Loading branch information
gaboe committed Sep 11, 2024
1 parent 5df3ac0 commit dc929b0
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.2",
"version": "5.4.0",
"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.2",
"version": "5.4.0",
"type": "commonjs",
"bin": {
"rest2ts": "./dist/index.js"
Expand Down

0 comments on commit dc929b0

Please sign in to comment.