From 694cc55eaae3115954def04b6494cfe7eb220042 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Wed, 22 Jul 2026 17:33:33 +0100 Subject: [PATCH] chore: bump version to 2.1.10 --- 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 41bc1f5..fc6e57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "google-sheets-rate-assistant", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "google-sheets-rate-assistant", - "version": "2.1.9", + "version": "2.1.10", "dependencies": { "csv-stringify": "^6.0.0", "googleapis": "^173.0.0", diff --git a/package.json b/package.json index 1f1671f..9a36333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-sheets-rate-assistant", - "version": "2.1.9", + "version": "2.1.10", "description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.", "main": "index.js", "bin": "index.js",