Skip to content

Commit 14a0b2c

Browse files
committed
Bump version
1 parent 7f1a70d commit 14a0b2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-json-schema",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",
55
"main": "typescript-json-schema.js",
66
"typings": "typescript-json-schema.d.ts",

Diff for: test/programs/comments/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Description of MyObject, a top level object,\n\nwhich also has a comment that spans\n\nmultiple lines",
2+
"description": "Description of MyObject, a top level object,\nwhich also has a comment that spans\nmultiple lines",
33
"additionalProperties": false,
44
"type": "object",
55
"properties": {

Diff for: typescript-json-schema.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: typescript-json-schema.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)