diff --git a/.changeset/tiny-maps-clean.md b/.changeset/tiny-maps-clean.md deleted file mode 100644 index 47264705..00000000 --- a/.changeset/tiny-maps-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": minor ---- - -feat(core): services can now send and receive the same messages in vis… diff --git a/CHANGELOG.md b/CHANGELOG.md index 2033ea73..ead3e2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 2.12.0 + +### Minor Changes + +- a136d50: feat(core): services can now send and receive the same messages in vis… + ## 2.11.7 ### Patch Changes diff --git a/package.json b/package.json index d9ab7f1e..3c9bc874 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/event-catalog/eventcatalog.git" }, "type": "module", - "version": "2.11.7", + "version": "2.12.0", "publishConfig": { "access": "public" },