chore: bump version to v1.37.0

This commit is contained in:
Nicolas Varrot
2026-02-13 15:46:50 +00:00
parent 622aa107f8
commit ea8e5e3dab
3 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,11 @@ 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.37.0] — 2026-02-13
### Added
- Response generation time displayed on assistant messages (e.g. "· 12.3s") — shows how long each response took to generate during the current session
## [1.36.1] — 2026-02-13
### Fixed

4
package-lock.json generated
View File

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

View File

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