From 6b6cb99fbda4966f10de25fcaf8d031397844343 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 18:40:32 +0000 Subject: [PATCH] Version Packages --- .changeset/pink-socks-burn.md | 6 ------ packages/or-guard/CHANGELOG.md | 7 +++++++ packages/or-guard/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/pink-socks-burn.md diff --git a/.changeset/pink-socks-burn.md b/.changeset/pink-socks-burn.md deleted file mode 100644 index ab6d2f6..0000000 --- a/.changeset/pink-socks-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@nest-lab/or-guard': minor ---- - -Allow for the `OrGuard` to handle throwing the last error or a custom error when -it fails to pass one of the guards. diff --git a/packages/or-guard/CHANGELOG.md b/packages/or-guard/CHANGELOG.md index d066de7..6057498 100644 --- a/packages/or-guard/CHANGELOG.md +++ b/packages/or-guard/CHANGELOG.md @@ -1,5 +1,12 @@ # @nest-lab/or-guard +## 2.5.0 + +### Minor Changes + +- 458f98f: Allow for the `OrGuard` to handle throwing the last error or a custom + error when it fails to pass one of the guards. + ## 2.4.1 ### Patch Changes diff --git a/packages/or-guard/package.json b/packages/or-guard/package.json index 65f38dd..cc32072 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.1", + "version": "2.5.0", "publishConfig": { "access": "public" },