diff --git a/.changeset/cyan-shirts-scream.md b/.changeset/cyan-shirts-scream.md deleted file mode 100644 index b56aef34..00000000 --- a/.changeset/cyan-shirts-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/plugin-doc-generator-asyncapi": patch ---- - -feat: now supports multiple asyncapi files diff --git a/packages/eventcatalog-plugin-generator-asyncapi/CHANGELOG.md b/packages/eventcatalog-plugin-generator-asyncapi/CHANGELOG.md index 8deb0580..873bce5b 100644 --- a/packages/eventcatalog-plugin-generator-asyncapi/CHANGELOG.md +++ b/packages/eventcatalog-plugin-generator-asyncapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/plugin-doc-generator-asyncapi +## 0.1.4 + +### Patch Changes + +- [`0d71c27`](https://github.com/boyney123/eventcatalog/commit/0d71c27458a34900a4ba935b443e9a4f78b5e640) [#149](https://github.com/boyney123/eventcatalog/pull/149) Thanks [@boyney123](https://github.com/boyney123)! - feat: now supports multiple asyncapi files + ## 0.1.3 ### Patch Changes diff --git a/packages/eventcatalog-plugin-generator-asyncapi/package.json b/packages/eventcatalog-plugin-generator-asyncapi/package.json index caab0154..6f31f90d 100644 --- a/packages/eventcatalog-plugin-generator-asyncapi/package.json +++ b/packages/eventcatalog-plugin-generator-asyncapi/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/plugin-doc-generator-asyncapi", - "version": "0.1.3", + "version": "0.1.4", "description": "Documentation generator for EventCatalog using AsyncAPI", "main": "lib/index.js", "scripts": {