diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf58e7..b05253b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 007f387..b2abfac 100644 --- a/package.json +++ b/package.json @@ -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",