From b03d36372fff89f9f794c984d3588fe3f5ab9f10 Mon Sep 17 00:00:00 2001 From: ProxyMesh AI Date: Mon, 6 Apr 2026 16:00:28 +0000 Subject: [PATCH] chore: bump version to 0.2.1 (align with release tag v-0.2.1) package.json and jsr.json were still 0.2.0 while release v-0.2.1 pointed at main, causing the publish workflow version check to fail. Made-with: Cursor --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index b0d0e4e..8329730 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@proxymesh/javascript-proxy-headers", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "exports": "./mod.ts" } diff --git a/package.json b/package.json index c9a9a31..d35f314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-proxy-headers", - "version": "0.2.0", + "version": "0.2.1", "description": "Extensions for JavaScript HTTP libraries to support sending and receiving custom proxy headers during HTTPS CONNECT tunneling", "type": "module", "main": "index.js",