Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent f1fe0cb commit 0c7a38b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/tame-eels-impress.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/or-guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nest-lab/or-guard

## 2.3.0

### Minor Changes

- bc9bbdf: Add a new AndGuard to handle complex logical cases

With the new `AndGuard` it is now possible to create logical cases like
`(A && B) || C` using the `OrGuard` and a composite guard approach. Check out
the docs for more info

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/or-guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://github.com/jmcdo29"
},
"version": "2.2.0",
"version": "2.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 0c7a38b

Please sign in to comment.