chore: bump version to v1.33.1

This commit is contained in:
Nicolas Varrot
2026-02-13 11:58:01 +00:00
parent 72e9bce4c5
commit b93d5f54bf
3 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,14 @@ 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.33.1] — 2026-02-13
### Fixed
- Service worker cache now busts on each build (version+timestamp in cache name)
- PWA users no longer get stuck on stale cached assets
- Auto-reload when new service worker version is detected
- Periodic SW update check every 30 minutes
## [1.33.0] — 2026-02-13
### Added

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pinchchat",
"version": "1.33.0",
"version": "1.33.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pinchchat",
"version": "1.33.0",
"version": "1.33.1",
"license": "MIT",
"dependencies": {
"@tailwindcss/vite": "^4.1.18",

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.33.0",
"version": "1.33.1",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {