diff --git a/.changeset/nasty-ladybugs-deliver.md b/.changeset/nasty-ladybugs-deliver.md deleted file mode 100644 index d82d846..0000000 --- a/.changeset/nasty-ladybugs-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ftld": minor ---- - -Do not automatically unwrap `Do` return value so it behaves more like async/await diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 1579ae1..f9a7238 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # ftld +## 1.4.0 + +### Minor Changes + +- 96d0268: Do not automatically unwrap `Do` return value so it behaves more like async/await + ## 1.3.0 ### Minor Changes diff --git a/lib/package.json b/lib/package.json index 061ab4e..0a55f70 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "ftld", "private": false, - "version": "1.3.0", + "version": "1.4.0", "description": "a small, focused, library that provides a set of functional primitives for building robust and resilient applications in TypeScript", "license": "MIT", "author": "Cristian Ramos ",