chore: bump version to v1.36.1

This commit is contained in:
Nicolas Varrot
2026-02-13 15:12:15 +00:00
parent d3e8f3143a
commit a9ed8872fb
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/).
## [1.36.1] — 2026-02-13
### Fixed
- Sync `<html lang>` attribute with i18n locale selection for better screen reader and browser language support
- Remove duplicate `aria-label` on message search input
## [1.36.0] — 2026-02-13
### Added

4
package-lock.json generated
View File

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

View File

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