Skip to content

Commit 970938a

Browse files
committed
chore: bump version to 0.4.0
1 parent 217a3eb commit 970938a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.3.0",
3+
"version": "0.4.0",
44
"description": "Easily translate JSON into type definitions",
55
"main": "dist/index.js",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const program = new Command();
3030
program
3131
.name('json2struct')
3232
.description('Easily translate JSON into type definitions')
33-
.version('0.3.0')
33+
.version('0.4.0')
3434
.configureOutput({
3535
writeOut: (str) => process.stdout.write(`[OUT] ${str}`),
3636
writeErr: (str) => process.stdout.write(`[ERR] ${str}`),

0 commit comments

Comments
 (0)