generated from customcommander/project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.1.0](v3.0.0...v3.1.0) (2022-01-03) ### Features * implement 'and' as an operator function ([872b809](872b809)) * implement 'gte' as an operator function ([0a2f3d7](0a2f3d7)) * implement 'or' as an operator function ([fa09cbd](fa09cbd)) * implement `gt` as an operator function ([44616ff](44616ff)) * implement `lt` as an operator function ([c3a6dd2](c3a6dd2)) * implement `lte` as an operator function ([06db5ff](06db5ff)) * implement `subtract` as an operator function ([608b408](608b408))
- Loading branch information
1 parent
00f4bb3
commit 30f1779
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@customcommander/functionaut", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "customcommander <[email protected]>", | ||
"repository": "https://github.com/customcommander/functionaut.git", | ||
"homepage": "https://customcommander.github.io/functionaut/", | ||
|