From 80d34f4d2c07b697f0e7bf9cde8250264f048f83 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sun, 9 Jun 2024 03:09:30 +0000 Subject: [PATCH] release: v0.7.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1eb149..163c389 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tanstack/config", "type": "module", - "version": "0.7.9", + "version": "0.7.10", "packageManager": "pnpm@9.2.0", "description": "Configuration and tools for publishing and maintaining TanStack projects.", "author": "tannerlinsley",