Skip to content

Commit

Permalink
chore: bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Apr 3, 2023
1 parent 9f0d6ff commit 71c0a76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const program = new Command();
program
.name('json2struct')
.description('Easily translate JSON into type definitions')
.version('0.4.1')
.version('0.4.2')
.configureOutput({
writeOut: (str) => process.stdout.write(`[OUT] ${str}`),
writeErr: (str) => process.stdout.write(`[ERR] ${str}`),
Expand Down
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.4.1",
"version": "0.4.2",
"description": "Easily translate JSON into type definitions",
"main": "dist/core/index.js",
"types": "dist/core/index.d.ts",
Expand Down

0 comments on commit 71c0a76

Please sign in to comment.