diff --git a/.changeset/giant-colts-carry.md b/.changeset/giant-colts-carry.md deleted file mode 100644 index e88d3d96..00000000 --- a/.changeset/giant-colts-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": patch ---- - -fix(core): fixed issue with version ordering now uses semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9c547d..a7ce3df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 2.18.4 + +### Patch Changes + +- eb01981: fix(core): fixed issue with version ordering now uses semver + ## 2.18.3 ### Patch Changes diff --git a/package.json b/package.json index 2bcdc167..fb054da5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/event-catalog/eventcatalog.git" }, "type": "module", - "version": "2.18.3", + "version": "2.18.4", "publishConfig": { "access": "public" },