From bdc548b364aa381c6324c4de0c974bdee5ce1927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:45:17 +0300 Subject: [PATCH] chore: update versions (#46) Co-authored-by: adjsky --- Releases.md | 6 ++++++ core/deno.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 3071dc9..2cc6f6d 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,9 @@ +### 2025.02.16 + +#### @resulto/core 1.5.0 (minor) + +- feat(core): handle results in fromPromise/fromSafePromise (#45) + ### 2024.10.31 #### @resulto/core 1.4.2 (patch) diff --git a/core/deno.json b/core/deno.json index 2d770aa..780bc93 100644 --- a/core/deno.json +++ b/core/deno.json @@ -1,6 +1,6 @@ { "name": "@resulto/core", - "version": "1.4.2", + "version": "1.5.0", "exports": { ".": "./mod.ts" },