From de657175ceb9e78127bf1d7572a0d5efc83b9399 Mon Sep 17 00:00:00 2001 From: Robert Court Date: Wed, 19 Aug 2026 23:01:03 +0000 Subject: [PATCH] Bump to 4.2.10 for release Applied with scripts/set-version.mjs so every release surface moves together. The release workflow sets the version from the tag, but the default branch should already agree with what is about to be tagged - otherwise the version check on the next pull request fails against a package.json that is a release behind. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a3e3f6..f5f38e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vfb-chat-client", - "version": "4.2.9", + "version": "4.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vfb-chat-client", - "version": "4.2.9", + "version": "4.2.10", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "axios": "^1.13.5", diff --git a/package.json b/package.json index 01f6771..3b38bc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vfb-chat-client", - "version": "4.2.9", + "version": "4.2.10", "private": true, "scripts": { "dev": "next dev",