diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d941db..8da945d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to PinchChat are documented here. Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/). +## [1.34.0] — 2026-02-13 + +### Added +- Loading spinner while JS bundles load (CSS-only, no flash of blank screen) +- Noscript fallback message for users with JavaScript disabled + ## [1.33.1] — 2026-02-13 ### Fixed diff --git a/package.json b/package.json index a50b408..f409548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinchchat", - "version": "1.33.1", + "version": "1.34.0", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "type": "module", "repository": {