Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Apr 2, 2023
1 parent 217a3eb commit 970938a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json2struct",
"version": "0.3.0",
"version": "0.4.0",
"description": "Easily translate JSON into type definitions",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const program = new Command();
program
.name('json2struct')
.description('Easily translate JSON into type definitions')
.version('0.3.0')
.version('0.4.0')
.configureOutput({
writeOut: (str) => process.stdout.write(`[OUT] ${str}`),
writeErr: (str) => process.stdout.write(`[ERR] ${str}`),
Expand Down

0 comments on commit 970938a

Please sign in to comment.