From f3ad2fd620c9be28fc1d683bc00aec301cb2e70f Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 7 Aug 2026 13:29:00 +0000 Subject: [PATCH] chore(release): bump version to 0.2.2 Co-authored-by: ProxyMesh AI --- jsr.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index 8329730..5345813 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,6 @@ { "name": "@proxymesh/javascript-proxy-headers", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "exports": "./mod.ts" } - diff --git a/package.json b/package.json index 353828a..4c1322b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-proxy-headers", - "version": "0.2.1", + "version": "0.2.2", "description": "Extensions for JavaScript HTTP libraries to support sending and receiving custom proxy headers during HTTPS CONNECT tunneling", "type": "module", "main": "index.js",