Skip to content

Commit 30f1779

Browse files
chore(release): 3.1.0 [skip ci]
# [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))
1 parent 00f4bb3 commit 30f1779

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.1.0](https://github.com/customcommander/functionaut/compare/v3.0.0...v3.1.0) (2022-01-03)
2+
3+
4+
### Features
5+
6+
* implement 'and' as an operator function ([872b809](https://github.com/customcommander/functionaut/commit/872b809a9888ff020aa8ba57e97d9fa9d6e7cf56))
7+
* implement 'gte' as an operator function ([0a2f3d7](https://github.com/customcommander/functionaut/commit/0a2f3d7dc174f97039048b7ba521fee4de61425d))
8+
* implement 'or' as an operator function ([fa09cbd](https://github.com/customcommander/functionaut/commit/fa09cbdcaf3353ab75c97733e0f06a87cf58818d))
9+
* implement `gt` as an operator function ([44616ff](https://github.com/customcommander/functionaut/commit/44616ffda00a98873b89ff4193890b3dea57f922))
10+
* implement `lt` as an operator function ([c3a6dd2](https://github.com/customcommander/functionaut/commit/c3a6dd2deef37564797155df7830fd37ba48569b))
11+
* implement `lte` as an operator function ([06db5ff](https://github.com/customcommander/functionaut/commit/06db5ffd79fafc3559300923c81f7ba17ed5e77f))
12+
* implement `subtract` as an operator function ([608b408](https://github.com/customcommander/functionaut/commit/608b408462260bff2bd6aa67891bf08756f15e42))
13+
114
# [3.0.0](https://github.com/customcommander/functionaut/compare/v2.2.0...v3.0.0) (2022-01-01)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@customcommander/functionaut",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "customcommander <hello@spinjs.com>",
55
"repository": "https://github.com/customcommander/functionaut.git",
66
"homepage": "https://customcommander.github.io/functionaut/",

0 commit comments

Comments
 (0)