diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c831f9e..908ba4fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ **Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice. +# 2.11.10 + +- **Polish** + - `TaskEither` / `TaskOption` + - now `tryCatch` / `tryCatchK` will catch synchronous errors too, #1676 (@thewilkybarkid) + # 2.11.9 - **Polish** diff --git a/package.json b/package.json index ad74bbbbc..58e1f59a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts", - "version": "2.11.9", + "version": "2.11.10", "description": "Functional programming in TypeScript", "main": "lib/index.js", "module": "es6/index.js",