Skip to content

Commit

Permalink
chore(release): 0.18.3 (#81)
Browse files Browse the repository at this point in the history
chore(release): 0.18.3
  • Loading branch information
asyncapi-bot authored Apr 28, 2020
1 parent bd96a2a commit f7b1947
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ Implements functions to deal with a Schema object.
* [.description()](#Schema+description) ⇒ <code>string</code>
* [.title()](#Schema+title) ⇒ <code>string</code>
* [.default()](#Schema+default) ⇒ <code>any</code>
* [.deprecated()](#Schema+deprecated) ⇒ <code>boolean</code>
* [.readOnly()](#Schema+readOnly) ⇒ <code>boolean</code>
* [.writeOnly()](#Schema+writeOnly) ⇒ <code>boolean</code>
* [.examples()](#Schema+examples) ⇒ <code>Array.&lt;any&gt;</code>
Expand Down Expand Up @@ -1441,6 +1442,10 @@ Implements functions to deal with a Schema object.

### schema.default() ⇒ <code>any</code>
**Kind**: instance method of [<code>Schema</code>](#Schema)
<a name="Schema+deprecated"></a>

### schema.deprecated() ⇒ <code>boolean</code>
**Kind**: instance method of [<code>Schema</code>](#Schema)
<a name="Schema+readOnly"></a>

### schema.readOnly() ⇒ <code>boolean</code>
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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": "@asyncapi/parser",
"version": "0.18.2",
"version": "0.18.3",
"description": "JavaScript AsyncAPI parser.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit f7b1947

Please sign in to comment.