Skip to content

Commit

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

### Features

* added Array namespace ([49acaf9](49acaf9))
* Added Either ([ee824ae](ee824ae))
  • Loading branch information
bhc-bot committed Oct 18, 2021
1 parent dc3cabb commit 32f25b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.14.0](https://github.com/BHC-IT/ts-tools/compare/v1.13.0...v1.14.0) (2021-10-18)


### Features

* added Array namespace ([49acaf9](https://github.com/BHC-IT/ts-tools/commit/49acaf9539006d4dfc865dab5b546b352ac77657))
* Added Either ([ee824ae](https://github.com/BHC-IT/ts-tools/commit/ee824aeca77d95f5f6aed4ea404ddea6be9d7177))

# [1.13.0](https://github.com/BHC-IT/ts-tools/compare/v1.12.0...v1.13.0) (2021-08-18)


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.13.0",
"version": "1.14.0",
"description": "A collection of functionals tools",
"main": "dist/index.js",
"type": "dist/index.d.ts",
Expand Down

0 comments on commit 32f25b6

Please sign in to comment.