From 0add75b92de04c9a67ea167a268c48881625b63d Mon Sep 17 00:00:00 2001 From: Vitor Capretz Date: Tue, 25 Jun 2024 17:06:00 -0300 Subject: [PATCH] chore: Bump version to 3.4.0 (#392) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ff37673..3625d776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resend", - "version": "3.3.0", + "version": "3.4.0", "description": "Node.js library for the Resend API", "main": "./dist/index.js", "module": "./dist/index.mjs",