Skip to content

Commit

Permalink
chore(release): v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Nov 29, 2023
1 parent cc0eff9 commit d608049
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Sets up the output configuration based on the specified output type.
**Example**
```js
const generator = new Generator();
generator.setupOutput();
await generator.setupOutput();
```

<a name="Generator+setupFSOutput"></a>
Expand Down
4 changes: 2 additions & 2 deletions 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/generator",
"version": "1.15.0",
"version": "1.15.1",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
Expand Down

0 comments on commit d608049

Please sign in to comment.