From de0ca288c93b7b7467c80520188ad5b8649adac2 Mon Sep 17 00:00:00 2001 From: dkzlv Date: Thu, 11 May 2023 17:42:37 +0100 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b83fa5..daeb453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nanostores/query", - "version": "0.0.7", + "version": "0.1.0", "description": "Tiny remote data fetching library for Nano Stores", "scripts": { "build": "vite build",