Skip to content

Commit 4158795

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](v3.2.0...v3.3.0) (2022-01-13) ### Features * implement `mult` as an operator function. close [#41](#41) ([03fe31f](03fe31f))
1 parent 3e97ad8 commit 4158795

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.3.0](https://github.com/customcommander/functionaut/compare/v3.2.0...v3.3.0) (2022-01-13)
2+
3+
4+
### Features
5+
6+
* implement `mult` as an operator function. close [#41](https://github.com/customcommander/functionaut/issues/41) ([03fe31f](https://github.com/customcommander/functionaut/commit/03fe31f9d86fe2652bd17845f2895238cf70cac3))
7+
18
# [3.2.0](https://github.com/customcommander/functionaut/compare/v3.1.0...v3.2.0) (2022-01-09)
29

310

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