From d00a38e6cf7ffe06270c7d957d763ff3186b8aea Mon Sep 17 00:00:00 2001 From: Fiona Date: Mon, 10 Aug 2026 00:26:43 -0700 Subject: [PATCH] chore: release v0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the native crash fingerprint. Grouping was the defect — every crash of one exception type collapsed into a single issue regardless of where the process faulted — so this is a patch. The playground and release-tooling changes that landed alongside it are not part of the published package (`files` ships only dist, README and licences), so they are deliberately absent from the changelog. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3642348..41388816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flashcatcloud/electron-sdk", - "version": "0.2.0", + "version": "0.2.1", "description": "FlashCat SDK for Electron applications", "packageManager": "yarn@4.12.0", "main": "./dist/index.cjs",