From 611272f88b117d66b3d4847b1f8bca3bc080325f Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Fri, 7 Aug 2026 08:19:45 -0600 Subject: [PATCH] chore(release): 1.0.8 Releases the isCompatible forwarding fix (#6, merged 2026-07-02), which has been sitting unreleased on main for five weeks. harper pins structon ^1.0.7 and 1.0.7 is the last published version, so the fix cannot reach any Harper build until this is cut. harper#1441 tracks the resulting silent structure clobber and names a 5.1.6 stage cluster incident. Co-Authored-By: Claude Opus 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a91fd79..b45b17f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "structon", - "version": "1.0.7", + "version": "1.0.8", "description": "Random-access struct encoding/decoding as an extensible class for msgpackr, cbor-x, and compatible encoders", "license": "Apache-2.0", "type": "module",