From fe139c230de7feed30bc81cec81b0a4458f4fdca Mon Sep 17 00:00:00 2001 From: Bu Kinoshita <6929565+bukinoshita@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:25:26 -0300 Subject: [PATCH] chore: Bump to v3.2.0 (#324) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc92b066..2c4ca81a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resend", - "version": "3.1.0", + "version": "3.2.0", "description": "Node.js library for the Resend API", "main": "./dist/index.js", "module": "./dist/index.mjs",