Skip to content

Commit 444fc95

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2021-02-27) ### Features * implement compose ([6ca623a](6ca623a)) * implement map, take, filter and into ([c11418d](c11418d))
1 parent c11418d commit 444fc95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.3.0](https://github.com/customcommander/functionaut/compare/v1.2.0...v1.3.0) (2021-02-27)
2+
3+
4+
### Features
5+
6+
* implement compose ([6ca623a](https://github.com/customcommander/functionaut/commit/6ca623aa7155d2c0695118df725cddad5a404126))
7+
* implement map, take, filter and into ([c11418d](https://github.com/customcommander/functionaut/commit/c11418db6f8f2b92156b2b881870a6630a461d50))
8+
19
# [1.2.0](https://github.com/customcommander/functionaut/compare/v1.1.0...v1.2.0) (2021-02-16)
210

311

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": "1.2.0",
3+
"version": "1.3.0",
44
"author": "customcommander <[email protected]>",
55
"repository": "https://github.com/customcommander/functionaut.git",
66
"description": "A functional journey.",

0 commit comments

Comments
 (0)