diff --git a/.changeset/pink-ghosts-fix.md b/.changeset/pink-ghosts-fix.md deleted file mode 100644 index 4e47630a..00000000 --- a/.changeset/pink-ghosts-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": patch ---- - -feat(core): added ability to embed discovery table diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a00fbd..2033ea73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 2.11.7 + +### Patch Changes + +- 159e2d4: feat(core): added ability to embed discovery table + ## 2.11.6 ### Patch Changes diff --git a/package.json b/package.json index 5a2205dd..d9ab7f1e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/event-catalog/eventcatalog.git" }, "type": "module", - "version": "2.11.6", + "version": "2.11.7", "publishConfig": { "access": "public" },