Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2021-08-18)

### Bug Fixes

* added sinon in devDep ([57fc878](57fc878))
* added sinon in devDep ([27f93e5](27f93e5))
* added sinon in devDep & audit fix ([b560d11](b560d11))
* test coverage is up again ([fd6ca6a](fd6ca6a))

### Features

* added async pipe ([f74be26](f74be26))
* added basic function types ([109ce29](109ce29))
* added bind on Effect, added pipeEffect & pipeEffectAsync ([2afdb7c](2afdb7c))
* added forward ([f6c961b](f6c961b))
* added Throwable Effect ([ad5500f](ad5500f))
* added Throwable Effect ([aaeb384](aaeb384))
* better typecheck on pipes ([45d8045](45d8045))
* made a stronger fmap ([2dca43c](2dca43c))
  • Loading branch information
bhc-bot committed Aug 18, 2021
1 parent cbbbf14 commit f3f2114
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.13.0](https://github.com/BHC-IT/ts-tools/compare/v1.12.0...v1.13.0) (2021-08-18)


### Bug Fixes

* added sinon in devDep ([57fc878](https://github.com/BHC-IT/ts-tools/commit/57fc87810d32a05ad44c5ef479a702814ac8270e))
* added sinon in devDep ([27f93e5](https://github.com/BHC-IT/ts-tools/commit/27f93e5cbffcfb88dac641a39399a1844de0813c))
* added sinon in devDep & audit fix ([b560d11](https://github.com/BHC-IT/ts-tools/commit/b560d111c8694aabdf937bb15a6cd3381f409815))
* test coverage is up again ([fd6ca6a](https://github.com/BHC-IT/ts-tools/commit/fd6ca6a800cda1216b686e0145ffc9892e64ab65))


### Features

* added async pipe ([f74be26](https://github.com/BHC-IT/ts-tools/commit/f74be26bf97bcf69c0e5a729ac1afcf9aa6d62e4))
* added basic function types ([109ce29](https://github.com/BHC-IT/ts-tools/commit/109ce292b63a21754f4216509247140e4f73ab74))
* added bind on Effect, added pipeEffect & pipeEffectAsync ([2afdb7c](https://github.com/BHC-IT/ts-tools/commit/2afdb7c586a8d828f2d09ffb9fa6c76827c95440))
* added forward ([f6c961b](https://github.com/BHC-IT/ts-tools/commit/f6c961bdee3a06ecc0b1c8e8df4d18959fb119dd))
* added Throwable Effect ([ad5500f](https://github.com/BHC-IT/ts-tools/commit/ad5500f808b2718fd582c6a627a403db0e6e284d))
* added Throwable Effect ([aaeb384](https://github.com/BHC-IT/ts-tools/commit/aaeb384195f70f28d4eedb92524291a6992d56b8))
* better typecheck on pipes ([45d8045](https://github.com/BHC-IT/ts-tools/commit/45d80455185e18ea762820ee03a697a1f51c5a50))
* made a stronger fmap ([2dca43c](https://github.com/BHC-IT/ts-tools/commit/2dca43cf862a4b8cabf8c1909f308b4d989d3b9c))

# [1.12.0](https://github.com/BHC-IT/ts-tools/compare/v1.11.1...v1.12.0) (2021-08-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": "@bhc/ts-tools",
"version": "1.12.0",
"version": "1.13.0",
"description": "A collection of functionals tools",
"main": "dist/index.js",
"type": "dist/index.d.ts",
Expand Down

0 comments on commit f3f2114

Please sign in to comment.