diff --git a/.changeset/late-nails-brush.md b/.changeset/late-nails-brush.md deleted file mode 100644 index 664d4d8..0000000 --- a/.changeset/late-nails-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nest-lab/or-guard': minor ---- - -Allow for AndGuard guards to be ran in sequential order diff --git a/packages/or-guard/CHANGELOG.md b/packages/or-guard/CHANGELOG.md index d960605..a206854 100644 --- a/packages/or-guard/CHANGELOG.md +++ b/packages/or-guard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nest-lab/or-guard +## 2.4.0 + +### Minor Changes + +- 3a767b5: Allow for AndGuard guards to be ran in sequential order + ## 2.3.0 ### Minor Changes diff --git a/packages/or-guard/package.json b/packages/or-guard/package.json index f268704..4a77ab0 100644 --- a/packages/or-guard/package.json +++ b/packages/or-guard/package.json @@ -7,7 +7,7 @@ "email": "me@jaymcdoniel.dev", "url": "https://github.com/jmcdo29" }, - "version": "2.3.0", + "version": "2.4.0", "publishConfig": { "access": "public" },