Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SnaveSutit committed Feb 19, 2024
1 parent 419ccdd commit af0482c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
"test": "node ./out/test/runTest.js",
"run-schema-generator": "ts-node ./src/schemaGenerator/index.ts",
"docs-to-schema-templates": "ts-node ./src/templateSchemaFromDocs.ts",
"version_patch": "yarn version --new-version patch",
"version_minor": "yarn version --new-version minor",
"version_major": "yarn version --new-version major",
"update": "yarn package && vsce publish"
},
"devDependencies": {
Expand Down

0 comments on commit af0482c

Please sign in to comment.