From 223a9bb617355797ea4c105d631a05ad8081ce90 Mon Sep 17 00:00:00 2001 From: Vitor Capretz Date: Fri, 19 Jul 2024 16:23:38 -0300 Subject: [PATCH] feat: Bump package version (#402) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58893fe0..b9577859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resend", - "version": "3.4.0", + "version": "3.5.0", "description": "Node.js library for the Resend API", "main": "./dist/index.js", "module": "./dist/index.mjs",