diff --git a/.changeset/polite-planes-invite.md b/.changeset/polite-planes-invite.md deleted file mode 100644 index 3dd8d7f..0000000 --- a/.changeset/polite-planes-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@nest-lab/or-guard': patch ---- - -Use `{strict: false}` when calling modRef.get() to ensure guards can come from -other modules diff --git a/packages/or-guard/CHANGELOG.md b/packages/or-guard/CHANGELOG.md index a206854..d066de7 100644 --- a/packages/or-guard/CHANGELOG.md +++ b/packages/or-guard/CHANGELOG.md @@ -1,5 +1,12 @@ # @nest-lab/or-guard +## 2.4.1 + +### Patch Changes + +- 7972281: Use `{strict: false}` when calling modRef.get() to ensure guards can + come from other modules + ## 2.4.0 ### Minor Changes diff --git a/packages/or-guard/package.json b/packages/or-guard/package.json index 4a77ab0..65f38dd 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.4.0", + "version": "2.4.1", "publishConfig": { "access": "public" },