chore: bump version to v1.34.0

This commit is contained in:
Nicolas Varrot
2026-02-13 12:26:22 +00:00
parent ee2b244fcd
commit b478f3e89c
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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": {