Skip to content

Commit b03d363

Browse files
committed
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
1 parent cecb877 commit b03d363

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proxymesh/javascript-proxy-headers",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"exports": "./mod.ts"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-proxy-headers",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Extensions for JavaScript HTTP libraries to support sending and receiving custom proxy headers during HTTPS CONNECT tunneling",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)