Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jan 3, 2022
1 parent 00f4bb3 commit 30f1779
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.1.0](https://github.com/customcommander/functionaut/compare/v3.0.0...v3.1.0) (2022-01-03)


### Features

* implement 'and' as an operator function ([872b809](https://github.com/customcommander/functionaut/commit/872b809a9888ff020aa8ba57e97d9fa9d6e7cf56))
* implement 'gte' as an operator function ([0a2f3d7](https://github.com/customcommander/functionaut/commit/0a2f3d7dc174f97039048b7ba521fee4de61425d))
* implement 'or' as an operator function ([fa09cbd](https://github.com/customcommander/functionaut/commit/fa09cbdcaf3353ab75c97733e0f06a87cf58818d))
* implement `gt` as an operator function ([44616ff](https://github.com/customcommander/functionaut/commit/44616ffda00a98873b89ff4193890b3dea57f922))
* implement `lt` as an operator function ([c3a6dd2](https://github.com/customcommander/functionaut/commit/c3a6dd2deef37564797155df7830fd37ba48569b))
* implement `lte` as an operator function ([06db5ff](https://github.com/customcommander/functionaut/commit/06db5ffd79fafc3559300923c81f7ba17ed5e77f))
* implement `subtract` as an operator function ([608b408](https://github.com/customcommander/functionaut/commit/608b408462260bff2bd6aa67891bf08756f15e42))

# [3.0.0](https://github.com/customcommander/functionaut/compare/v2.2.0...v3.0.0) (2022-01-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
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/",
Expand Down

0 comments on commit 30f1779

Please sign in to comment.