Skip to content

Commit 71c0a76

Browse files
committed
chore: bump version to v0.4.2
1 parent 9f0d6ff commit 71c0a76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const program = new Command();
1111
program
1212
.name('json2struct')
1313
.description('Easily translate JSON into type definitions')
14-
.version('0.4.1')
14+
.version('0.4.2')
1515
.configureOutput({
1616
writeOut: (str) => process.stdout.write(`[OUT] ${str}`),
1717
writeErr: (str) => process.stdout.write(`[ERR] ${str}`),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json2struct",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Easily translate JSON into type definitions",
55
"main": "dist/core/index.js",
66
"types": "dist/core/index.d.ts",

0 commit comments

Comments
 (0)