chore: bump version to v1.34.1

This commit is contained in:
Nicolas Varrot
2026-02-13 12:58:53 +00:00
parent be8f5b62ff
commit 26e433b1a3
3 changed files with 9 additions and 3 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/). Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.34.1] — 2026-02-13
### Fixed
- Drop Node 18 from CI matrix — Vite 7.3 requires Node 20.19+
- Update minimum Node.js version to 20.19 in engines and docs
## [1.34.0] — 2026-02-13 ## [1.34.0] — 2026-02-13
### Added ### Added

4
package-lock.json generated
View File

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

View File

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