Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2022-01-09)

### Bug Fixes

* fix bug in return condition for `and` ([178bdfc](178bdfc))

### Features

* implement `div` as an operator function ([67a4003](67a4003))
* implement `exp` as an operator function ([bd930aa](bd930aa))
* implement `mod` as an operator function ([b3eed71](b3eed71))
  • Loading branch information
semantic-release-bot committed Jan 9, 2022
1 parent bd930aa commit c0fdca9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.2.0](https://github.com/customcommander/functionaut/compare/v3.1.0...v3.2.0) (2022-01-09)


### Bug Fixes

* fix bug in return condition for `and` ([178bdfc](https://github.com/customcommander/functionaut/commit/178bdfca1b170705e6b351de06554a76d49a4eb1))


### Features

* implement `div` as an operator function ([67a4003](https://github.com/customcommander/functionaut/commit/67a4003d3b9482c001d8f961c824e662e1200dd9))
* implement `exp` as an operator function ([bd930aa](https://github.com/customcommander/functionaut/commit/bd930aa1c78d4241d4cc2cfdff44a54c141781ff))
* implement `mod` as an operator function ([b3eed71](https://github.com/customcommander/functionaut/commit/b3eed71a32cabdc08260f41f8fe6f78e2781e58c))

# [3.1.0](https://github.com/customcommander/functionaut/compare/v3.0.0...v3.1.0) (2022-01-03)


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.1.0",
"version": "3.2.0",
"author": "customcommander <[email protected]>",
"repository": "https://github.com/customcommander/functionaut.git",
"homepage": "https://customcommander.github.io/functionaut/",
Expand Down

0 comments on commit c0fdca9

Please sign in to comment.