From 22416992594814ad80d79d3014c58088eaea05dd Mon Sep 17 00:00:00 2001 From: Lucas Fernandes da Costa Date: Tue, 6 Jan 2026 12:53:43 -0300 Subject: [PATCH] chore: bump version to 6.7.0-preview-raw-inbound.0 so people can try the raw inbound preview with types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfdb1fd3..eb0d6f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resend", - "version": "6.6.0", + "version": "6.7.0-preview-raw-inbound.0", "description": "Node.js library for the Resend API", "main": "./dist/index.cjs", "module": "./dist/index.mjs",