From bd0a6e854b1a8c466bb680ea8e1d0a92a6cc6080 Mon Sep 17 00:00:00 2001 From: Henrik Gyllensvaerd Date: Fri, 8 May 2026 09:06:40 +1000 Subject: [PATCH 1/3] chore: Release 2.1.0 Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38d3140..a486ce95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proxay", - "version": "2.0.0", + "version": "2.1.0", "author": { "name": "François Wouts", "email": "f@zenc.io" From 35b1609e6076a81fb275f84caf0d000c19cbaf9c Mon Sep 17 00:00:00 2001 From: Henrik Gyllensvaerd Date: Fri, 8 May 2026 09:14:41 +1000 Subject: [PATCH 2/3] ci: pin test-summary/action to v2.4 v2 tag was re-pointed to an unbuilt commit (no index.js). v2.4 is the latest tag that includes the compiled artifact. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e8b2e1..05860650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: path: ./test-reports - name: Test summary - uses: test-summary/action@v2 + uses: test-summary/action@v2.4 with: paths: ./test-reports/jest/results.xml From 23a8afc34a491bdfdbb6df6445f35f51359bae9a Mon Sep 17 00:00:00 2001 From: Henrik Gyllensvaerd Date: Fri, 8 May 2026 09:52:16 +1000 Subject: [PATCH 3/3] Revert "ci: pin test-summary/action to v2.4" This reverts commit 35b1609e6076a81fb275f84caf0d000c19cbaf9c. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05860650..26e8b2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: path: ./test-reports - name: Test summary - uses: test-summary/action@v2.4 + uses: test-summary/action@v2 with: paths: ./test-reports/jest/results.xml