Skip to content

Commit c0fdca9

Browse files
chore(release): 3.2.0 [skip ci]
# [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))
1 parent bd930aa commit c0fdca9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.2.0](https://github.com/customcommander/functionaut/compare/v3.1.0...v3.2.0) (2022-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* fix bug in return condition for `and` ([178bdfc](https://github.com/customcommander/functionaut/commit/178bdfca1b170705e6b351de06554a76d49a4eb1))
7+
8+
9+
### Features
10+
11+
* implement `div` as an operator function ([67a4003](https://github.com/customcommander/functionaut/commit/67a4003d3b9482c001d8f961c824e662e1200dd9))
12+
* implement `exp` as an operator function ([bd930aa](https://github.com/customcommander/functionaut/commit/bd930aa1c78d4241d4cc2cfdff44a54c141781ff))
13+
* implement `mod` as an operator function ([b3eed71](https://github.com/customcommander/functionaut/commit/b3eed71a32cabdc08260f41f8fe6f78e2781e58c))
14+
115
# [3.1.0](https://github.com/customcommander/functionaut/compare/v3.0.0...v3.1.0) (2022-01-03)
216

317

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.1.0",
3+
"version": "3.2.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)