From add68f1355423825a7c1fea3fd7a9dcc5debf23c Mon Sep 17 00:00:00 2001 From: Jacob Kim Date: Wed, 24 Jun 2026 16:14:08 +0900 Subject: [PATCH] chore: release 0.7.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3735a81..e590682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to Stave are documented in this file. +## [0.7.1](https://github.com/sendbird/stave/compare/v0.7.0...v0.7.1) (2026-06-24) + +### Bug Fixes + +* Fix the packaged desktop white screen by resolving preload and renderer entries from emitted main chunks. +* Add regression coverage for packaged Electron asset paths from both `out/main` and `out/main/chunks`. + +### References + +* [#59](https://github.com/sendbird/stave/pull/59) + ## [0.7.0](https://github.com/sendbird/stave/compare/v0.6.0...v0.7.0) (2026-06-24) ### Features diff --git a/package.json b/package.json index dded86f..b1ba3db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stave", "private": true, - "version": "0.7.0", + "version": "0.7.1", "description": "Stave: AI coding workspace for Claude and Codex.", "author": { "name": "Sendbird, Inc.",